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: articles/devtest-labs/add-artifact-repository.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ Select the tab for the type of repository and authentication that you want to us
33
33
34
34
To add an artifact repo, complete the following tasks:
35
35
36
-
- Assign permissions in Azure Repos for the managed identity.
37
-
- Add your artifact repository.
36
+
1. Assign permissions in Azure Repos for the managed identity.
37
+
1. Add your artifact repository.
38
38
39
39
### Assign permissions in Azure Repos for the managed identity
40
40
@@ -138,7 +138,7 @@ To add an artifact repo, complete the following tasks:
138
138
1. Assign permissions in GitHub for the repos.
139
139
1. Add your artifact repository.
140
140
141
-
### Assign permissions in GitHub for the repos
141
+
### Install the Microsoft Dev Center app
142
142
143
143
1. Sign in to the [Azure portal](https://portal.azure.com).
144
144
@@ -173,7 +173,7 @@ To add an artifact repo, complete the following tasks:
173
173
174
174
You can select multiple repositories to add to the lab. You must add each repository separately to the lab, as described in this article.
175
175
176
-
1. On the **Microsoft DevCenter by Microsoft would like permission to:** page, review the permissions required, and then select **Authorize Microsoft DevCenter**.
176
+
1. On the **Microsoft DevCenter by Microsoft would like permission to** page, review the permissions required, and then select **Authorize Microsoft DevCenter**.
177
177
178
178
:::image type="content" source="media/devtest-lab-add-repo/devtestlab-authorize-microsoft-dev-center.png" alt-text="Screenshot of the Microsoft DevCenter by Microsoft would like permission to page." lightbox="media/devtest-lab-add-repo/devtestlab-authorize-microsoft-dev-center.png":::
179
179
@@ -339,7 +339,7 @@ There are several ways to deploy ARM templates to create or update Azure resourc
339
339
For this procedure, deploy the template by using Azure PowerShell.
340
340
341
341
> [!NOTE]
342
-
> The cmdlets that deploy the template are context-specific, so they use the current tenant and subscription. If you need to change the context, use [Set-AzContext](/powershell/module/az.accounts/set-azcontext) before you deploy the template
342
+
> The cmdlets that deploy the template are context-specific, so they use the current tenant and subscription. If you need to change the context, use [Set-AzContext](/powershell/module/az.accounts/set-azcontext) before you deploy the template.
343
343
344
344
1. Create a resource group by using [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup). If the resource group you want to use already exists, skip this step.
345
345
@@ -473,10 +473,10 @@ Write-Verbose "Az ResourceName: $resourceName"
0 commit comments