Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit d199fc8

Browse files
Issue Lab 4 #648: Fixw "The command line in the type text has the wrong version of the file, the current version is 4.252.0, Also the note in step to is not needed, steps 3 and 4 are the installation instructions."
1 parent 72cf180 commit d199fc8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Instructions/Labs/AZ400_M02_L03_Configure_Agent_Pools_and_Understand_Pipeline_Styles.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ In this exercise, you will create an Azure virtual machine (VM) and use it to cr
143143

144144
> **Note**: Follow the installation instructions to install the agent.
145145
146+
> **Note**: The name of the zip file you downloaded with the **Download** button should be similar to the following `vsts-agent-win-x64-X.YYY.Z.zip` (at the time of writing this lab the file name is `vsts-agent-win-x64-4.255.0.zip`). The file name will be used later in one of the agent installation commands.
147+
146148
1. Start a PowerShell session and run the following commands to create a folder named **agent**.
147149

148150
```powershell
@@ -154,11 +156,13 @@ In this exercise, you will create an Azure virtual machine (VM) and use it to cr
154156
1. Run the following command to extract the content of the downloaded agent installer files:
155157

156158
```powershell
157-
Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x64-3.245.0.zip", "$PWD")
159+
Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x64-4.255.0.zip", "$PWD")
158160
```
159161

160162
> **Note**: If you downloaded the agent to a different location (or the downloaded version differs), adjust the above command accordingly.
161163
164+
> **Note**: Make sure that the zip file name specified inside the `ExtractToDirectory` command is the same as the zip file name you previously downloaded.
165+
162166
#### Task 4: Create a PAT token
163167

164168
> **Note**: Before configuring the agent, you need to create a PAT token (unless you have an existing one). To create a PAT token, follow the steps below:

0 commit comments

Comments
 (0)