Skip to content

Commit 6a25176

Browse files
committed
Add artifact repo using managed identity or GitHub app authentication
1 parent f9d4db0 commit 6a25176

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ You must give the managed identity permissions to the repository in Azure Repos.
8282
1. In the **Repository** pane, enter the following information:
8383

8484
- **Name**: A repository name to use in the lab.
85-
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
85+
- **Git clone URL**: The Git HTTPS clone URL from Azure Repos.
8686
- **Branch** (optional): The branch that has your artifact definitions.
8787
- **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.
8888
- **Managed Identity**: Use this option to leverage the Managed Identity for authentication.
@@ -118,7 +118,7 @@ The repository now appears in the **Repositories** list for the lab.
118118
1. In the **Repository** pane, enter the following information:
119119

120120
- **Name**: A repository name to use in the lab.
121-
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
121+
- **Git clone URL**: The Git HTTPS clone URL from Azure Repos.
122122
- **Branch** (optional): The branch that has your artifact definitions.
123123
- **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.
124124
- **Personal access token**: The personal access token from Azure Repos.
@@ -193,7 +193,7 @@ To add an artifact repo, complete the following tasks:
193193
1. In the **Repository** pane, enter the following information:
194194

195195
- **Name**: A repository name to use in the lab.
196-
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
196+
- **Git clone URL**: The Git HTTPS clone URL from GitHub Repos.
197197
- **Branch** (optional): The branch that has your artifact definitions.
198198
- **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.
199199
- **GitHub app**: Use this option to leverage GitHub app authentication.
@@ -230,7 +230,7 @@ The repository now appears in the **Repositories** list for the lab.
230230
1. In the **Repository** pane, enter the following information:
231231

232232
- **Name**: A repository name to use in the lab.
233-
- **Git clone URL**: The Git HTTPS clone URL from GitHub or Azure Repos.
233+
- **Git clone URL**: The Git HTTPS clone URL from GitHub Repos.
234234
- **Branch** (optional): The branch that has your artifact definitions.
235235
- **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.
236236
- **Personal access token**: The personal access token from GitHub Repos.

0 commit comments

Comments
 (0)