Skip to content

Commit b8e1583

Browse files
committed
Add artifact repo using managed identity or GitHub app authentication
1 parent 5e3b83b commit b8e1583

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

articles/devtest-labs/add-artifact-repository.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You must give the managed identity permissions to the repository in Azure Repos.
8989

9090
1. Select **Save**.
9191

92-
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-reop-blade-with-managed-identity.png)
92+
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-repo-blade-with-azure-managed-identity.png)
9393

9494
The repository now appears in the **Repositories** list for the lab.
9595

@@ -125,7 +125,7 @@ The repository now appears in the **Repositories** list for the lab.
125125

126126
1. Select **Save**.
127127

128-
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-reop-blade-with-pat.png)
128+
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-repo-blade-with-azure-pat.png)
129129

130130
The repository now appears in the **Repositories** list for the lab.
131131

@@ -182,8 +182,8 @@ To add a catalog, complete the following tasks:
182182
- **Name**: A repository name to use in the lab.
183183
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
184184
- **Branch** (optional): The branch that has your artifact definitions.
185-
- **GitHub app**: Use this option to leverage GitHub app authentication.
186185
- **Folder paths**: The folder for your ARM template definitions, relative to the Git clone URL. Be sure to include the initial forward slash in the folder path.
186+
- **GitHub app**: Use this option to leverage GitHub app authentication.
187187

188188
1. Select **Save**.
189189

@@ -219,12 +219,13 @@ The repository now appears in the **Repositories** list for the lab.
219219
- **Name**: A repository name to use in the lab.
220220
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
221221
- **Branch** (optional): The branch that has your artifact definitions.
222-
- **Personal access token**: The personal access token from GitHub Repos.
223222
- **Folder paths**: The folder for your ARM template definitions, relative to the Git clone URL. Be sure to include the initial forward slash in the folder path.
223+
- **Personal access token**: The personal access token from GitHub Repos.
224+
224225

225226
1. Select **Save**.
226227

227-
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-repo-blade.png)
228+
![Screenshot that shows adding a new artifact repository to a lab.](media/devtest-lab-add-repo/devtestlab-repo-blade-with-github-pat.png)
228229

229230
The repository now appears in the **Repositories** list for the lab.
230231

74.7 KB
Loading

0 commit comments

Comments
 (0)