You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/azure/test-bicep-code-using-azure-pipelines/includes/4-exercise-set-up-environment.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,15 +54,15 @@ If you haven't already, create a fork of the **mslearn-test-bicep-code-using-git
54
54
55
55
## Clone the repository
56
56
57
-
1.Select**Repos** > **Files**.
57
+
1.In Azure DevOps, select**Repos** > **Files**.
58
58
59
59
:::image type="content" source="../media/4-repos-files.png" alt-text="Screenshot of Azure DevOps that shows the Repos menu. Files is highlighted.":::
60
60
61
61
1. Select **Clone**.
62
62
63
63
:::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":::
64
64
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.
66
66
67
67
1. Select **Clone in VS Code**. If you're prompted to allow Visual Studio Code to open, select **Open**.
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.
112
112
113
-
1. In your browser, select **Project settings**.
113
+
1. In the project you created earlier, select **Project settings**.
114
114
115
115
:::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.":::
116
116
@@ -122,9 +122,7 @@ Next, create a service connection in Azure Pipelines. This connection automatica
122
122
123
123
:::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.":::
124
124
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)**.
128
126
129
127
1. In the **Subscription** dropdown list, select your Azure subscription.
0 commit comments