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

Commit 39e2a6e

Browse files
authored
Merge pull request #483 from MicrosoftLearning/lods-note-agent-lab
Updating .NET requirement
2 parents 15bb1a6 + 0ef6dde commit 39e2a6e

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Instructions/Labs/AZ400_M03_L03_Configuring_Agent_Pools_and_Understanding_Pipeline_Styles.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,35 +95,35 @@ In this exercise, you will implement a self-hosted Azure DevOps agent.
9595

9696
In this task, you will configure your lab Virtual Machine as an Azure DevOps self-hosting agent and use it to run a build pipeline.
9797

98-
1. Within the Lab Virtual machine (Lab VM) or your own computer, start a web browser, navigate to [the Azure DevOps portal](https://dev.azure.com) and sign in by using the Microsoft account associated with your Azure DevOps organization.
98+
1. Within the Lab Virtual machine (Lab VM) or your own computer, start a web browser, navigate to [the Azure DevOps portal](https://dev.azure.com) and sign in by using the Microsoft account associated with your Azure DevOps organization.
9999

100-
> **Note**: The Lab Virtual machine should have all necessary prerequisite software installed. If you are installing on your own computer, you will need to install Visual Studio 2022 Community Edition and the .NET SDKs necessary to build the demo project.
100+
> **Note**: The Lab Virtual machine should have all necessary prerequisite software installed. If you are installing on your own computer, you will need to install .NET 6.0.x SDKs or higher necessary to build the demo project. See [Download .NET](https://dotnet.microsoft.com/download/dotnet).
101101
102-
2. In the Azure DevOps portal, in the upper right corner of the Azure DevOps page, click the **User settings** icon, depending on whether or not you have preview features turned on, you should either see a **Security** or **Personal access tokens** item in the menu, if you see **Security**, click on that, then select **Personal access tokens**. On the **Personal Access Tokens** pane, and click **+ New Token**.
103-
3. On the **Create a new personal access token** pane, click the **Show all scopes** link and, specify the following settings and click **Create** (leave all others with their default values):
102+
1. In the Azure DevOps portal, in the upper right corner of the Azure DevOps page, click the **User settings** icon, depending on whether or not you have preview features turned on, you should either see a **Security** or **Personal access tokens** item in the menu, if you see **Security**, click on that, then select **Personal access tokens**. On the **Personal Access Tokens** pane, and click **+ New Token**.
103+
2. On the **Create a new personal access token** pane, click the **Show all scopes** link and, specify the following settings and click **Create** (leave all others with their default values):
104104

105105
| Setting | Value |
106106
| --- | --- |
107107
| Name | **EShopOnWeb** |
108108
| Scope (custom defined) | **Agent Pools** (show more scopes option below if needed)|
109109
| Permissions | **Read and manage** |
110110

111-
4. On the **Success** pane, copy the value of the personal access token to Clipboard.
111+
3. On the **Success** pane, copy the value of the personal access token to Clipboard.
112112

113113
> **Note**: Make sure you copy the token. You will not be able to retrieve it once you close this pane.
114114
115-
5. On the **Success** pane, click **Close**.
116-
6. On the **Personal Access Token** pane of the Azure DevOps portal, click **Azure DevOps** symbol in the upper left corner and then click **Organization settings** label in the lower left corner.
117-
7. To the left side of the **Overview** pane, in the vertical menu, in the **Pipelines** section, click **Agent pools**.
118-
8. On the **Agent pools** pane, in the upper right corner, click **Add pool**.
119-
9. On the **Add agent pool** pane, in the **Pool type** dropdown list, select **Self-hosted**, in the **Name** text box, type **az400m03l03a-pool** and then click **Create**.
120-
10. Back on the **Agent pools** pane, click the entry representing the newly created **az400m03l03a-pool**.
121-
11. On the **Jobs** tab of the **az400m03l03a-pool** pane, click the **New agent** button.
122-
12. On the **Get the agent** pane, ensure that the **Windows** and **x64** tabs are selected, and click **Download** to download the zip archive containing the agent binaries to download it into the local **Downloads** folder within your user profile.
115+
4. On the **Success** pane, click **Close**.
116+
5. On the **Personal Access Token** pane of the Azure DevOps portal, click **Azure DevOps** symbol in the upper left corner and then click **Organization settings** label in the lower left corner.
117+
6. To the left side of the **Overview** pane, in the vertical menu, in the **Pipelines** section, click **Agent pools**.
118+
7. On the **Agent pools** pane, in the upper right corner, click **Add pool**.
119+
8. On the **Add agent pool** pane, in the **Pool type** dropdown list, select **Self-hosted**, in the **Name** text box, type **az400m03l03a-pool** and then click **Create**.
120+
9. Back on the **Agent pools** pane, click the entry representing the newly created **az400m03l03a-pool**.
121+
10. On the **Jobs** tab of the **az400m03l03a-pool** pane, click the **New agent** button.
122+
11. On the **Get the agent** pane, ensure that the **Windows** and **x64** tabs are selected, and click **Download** to download the zip archive containing the agent binaries to download it into the local **Downloads** folder within your user profile.
123123

124124
> **Note**: If you receive an error message at this point indicating that the current system settings prevent you from downloading the file, in the Browser window, in the upper right corner, click the gearwheel symbol designating the **Settings** menu header, in the dropdown menu, select **Internet Options**, in the **Internet Options** dialog box, click **Advanced**, on the **Advanced** tab, click **Reset**, in the **Reset Browser Settings** dialog box, click **Reset** again, click **Close**, and try the download again.
125125
126-
13. Start Windows PowerShell as administrator and in the **Administrator: Windows PowerShell** console run the following lines to create the **C:\\agent** directory and extract the content of the downloaded archive into it.
126+
12. Start Windows PowerShell as administrator and in the **Administrator: Windows PowerShell** console run the following lines to create the **C:\\agent** directory and extract the content of the downloaded archive into it.
127127

128128
```powershell
129129
cd \

0 commit comments

Comments
 (0)