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

Commit 0bb2539

Browse files
authored
Update Lab 7 to ensure that a new organization is not created.
Often students will accidently create a new organization. This fix adds a step to ensure that the Default Directory is selected, allowing learners to select the existing org.
1 parent 7001996 commit 0bb2539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/AZ400_M03_Integrating_External_Source_Control_with_Azure_Pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ In this task, you will fork a GitHub repo and install Azure Pipelines in your Gi
7979
> **Note**: You have the option to specify repositories to include, but for the purposes of this lab, just include all of them. Note that Azure DevOps requires the listed set of permissions to fulfill its services.
8080
8181
7. If prompted, authenticate with your GitHub password to continue.
82-
8. When prompted, on the **Setup your Azure Pipelines project** page, in the **Select your Azure DevOps organization** dropdown list, select your Azure DevOps account and click **Create a new project**.
82+
8. When prompted, on the **Setup your Azure Pipelines project** page, firstly, click **Switch Directories** and ensure 'Default Directory' is selected. Then, in the **Select your Azure DevOps organization** dropdown list, select your Azure DevOps account and click **Create a new project**.
8383
9. When prompted, on the **Setup your Azure Pipelines project** page, in the **Project name** textbox, type **Integrating External Source Control with Azure Pipelines**, leave the **Project visibility** set to **Private**, and click **Continue**.
8484
10. On the **Azure Pipelines by Microsoft would like permission to** page, click **Authorize Azure Pipelines**.
8585

0 commit comments

Comments
 (0)