Skip to content

Commit 2e3e3f9

Browse files
committed
updates
1 parent 3f7351f commit 2e3e3f9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ author: RoseHJM
77
ms.date: 07/15/2025
88
ms.custom: devx-track-azurepowershell, devx-track-arm-template, UpdateFrequency2
99

10-
10+
#customer intent: As a lab owner, I want to add an artifact repo to my lab so that I can store custom artifacts.
1111
---
1212

1313
# Add an artifact repository to a lab
1414

15-
This article tells you how to add an *artifact* repository to your lab in Azure DevTest Labs. Artifacts are tools or applications to install on virtual machines (VMs). You define artifacts in a JSON file that you load from a GitHub or Azure Repos Git repository.
15+
This article describes how to add an *artifact* repository to your lab in Azure DevTest Labs. Artifacts are tools or applications to install on virtual machines (VMs). You define artifacts in a JSON file that you load from a GitHub or Azure Repos Git repository.
1616

1717
The public [DevTest Labs GitHub artifact repository](https://github.com/Azure/azure-devtestlab/tree/master/Artifacts) provides many common artifacts for Windows and Linux. The artifacts in this public repository are available by default in DevTest Labs. For information about adding artifacts to VMs, see [Add artifacts to DevTest Labs VMs](add-artifact-vm.md).
1818

19-
You can also create custom artifacts that aren't available in the public artifact repository. To learn about creating custom artifacts, see [Create custom artifacts](devtest-lab-artifact-author.md). You can add your custom artifacts to your own artifact repository, and add the repository to your lab so all lab users can use the artifacts.
19+
You can also create custom artifacts that aren't available in the public artifact repository. To learn about creating custom artifacts, see [Create custom artifacts](devtest-lab-artifact-author.md). You can add your custom artifacts to your own artifact repository, and add the repository to your lab so all lab users can use the artifacts.
2020

21-
This article shows you how to add an artifact repository to your lab by using the Azure portal, an Azure Resource Management (ARM) template, or Azure PowerShell. You can also use an Azure PowerShell or Azure CLI script to automate adding an artifact repository to a lab.
21+
This article shows how to add an artifact repository to your lab by using the Azure portal, an Azure Resource Management (ARM) template, or Azure PowerShell. You can also use an Azure PowerShell or Azure CLI script to automate adding an artifact repository to a lab.
2222

2323
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2424

2525
## Add an artifact repo
2626

2727
You can add an artifact repo from an Azure Repos repository or a GitHub repository. You can choose to authenticate by assigning permissions to a managed identity, by using GitHub app authentication, or by using a PAT.
28-
To learn more about managed identities, see [What are managed identities for Azure resources?](/entra/identity/managed-identities-azure-resources/overview)
28+
To learn more about managed identities, see [What are managed identities for Azure resources?](/entra/identity/managed-identities-azure-resources/overview).
2929

3030
Select the tab for the type of repository and authentication you want to use.
3131

32-
## [Azure Repos repo with MSI](#tab/DevOpsRepoMSI/)
32+
## [Azure Repos repo with managed identities](#tab/DevOpsRepoMSI/)
3333

3434
To add an artifact repo, complete the following tasks:
3535

0 commit comments

Comments
 (0)