Skip to content

Commit 7d8bc79

Browse files
committed
updates
1 parent c0c9a54 commit 7d8bc79

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

learn-pr/azure/test-bicep-code-using-azure-pipelines/includes/4-exercise-set-up-environment.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ If you haven't already, create a fork of the **mslearn-test-bicep-code-using-git
5454

5555
## Clone the repository
5656

57-
1. Select **Repos** > **Files**.
57+
1. In Azure DevOps, select **Repos** > **Files**.
5858

5959
:::image type="content" source="../media/4-repos-files.png" alt-text="Screenshot of Azure DevOps that shows the Repos menu. Files is highlighted.":::
6060

6161
1. Select **Clone**.
6262

6363
:::image type="content" source="../media/4-clone.png" alt-text="Screenshot of Azure DevOps that shows the repository. The Clone button is highlighted." lightbox="../media/4-clone.png":::
6464

65-
1. If you're using macOS, you need a special password to clone the Git repository. Select **Generate Git credentials** and copy the displayed username and password somewhere safe.
65+
1. If you're using macOS, you need a special password to clone the Git repository. Select **Generate Git Credentials** and copy the displayed username and password somewhere safe.
6666

6767
1. Select **Clone in VS Code**. If you're prompted to allow Visual Studio Code to open, select **Open**.
6868

@@ -110,7 +110,7 @@ New-AzResourceGroup -Name ToyWebsiteTest -Location westus3
110110

111111
Next, create a service connection in Azure Pipelines. This connection automatically creates a service principal in Azure. It also grants the service principal the Contributor role on your resource group, which allows your pipeline to deploy to the resource group.
112112

113-
1. In your browser, select **Project settings**.
113+
1. In the project you created earlier, select **Project settings**.
114114

115115
:::image type="content" source="../../includes/media/azure-devops-project-settings.png" alt-text="Screenshot of Azure DevOps. The menu item for project settings is highlighted.":::
116116

@@ -122,9 +122,7 @@ Next, create a service connection in Azure Pipelines. This connection automatica
122122

123123
:::image type="content" source="../../includes/media/azure-devops-create-service-connection-type.png" alt-text="Screenshot of Azure DevOps. The Azure Resource Manager service connection type is selected.":::
124124

125-
1. Select **Service principal (automatic)** > **Next**.
126-
127-
:::image type="content" source="../../includes/media/azure-devops-create-service-connection-principal-type.png" alt-text="Screenshot of Azure DevOps. The service principal option is selected.":::
125+
1. Select **App registration (automatic)**.
128126

129127
1. In the **Subscription** dropdown list, select your Azure subscription.
130128

27.1 KB
Loading

0 commit comments

Comments
 (0)