Skip to content

Commit d9dc983

Browse files
committed
touchups
1 parent a41b807 commit d9dc983

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

articles/devtest-labs/devtest-lab-use-resource-manager-template.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create and manage ARM templates for VMs
3-
description: Learn how to view, edit, store, and access Azure Resource Manager (ARM) virtual machine (VM) templates, and how lab admins can add template repositories to labs.
3+
description: Learn how to create and manage Azure Resource Manager (ARM) virtual machine (VM) templates, and how lab admins can add template repositories to labs.
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
@@ -16,7 +16,7 @@ This article describes how DevTest Labs users can:
1616

1717
- View, edit, and save Azure Resource Manager (ARM) templates for creating Azure VMs.
1818
- Store the ARM templates in source control repositories.
19-
- Access the ARM template repositories in Azure DevTest Labs to use the templates.
19+
- Add and access ARM template repositories in Azure DevTest Labs.
2020

2121
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2222

@@ -69,7 +69,7 @@ For an example template, see [Create a new VM in a lab with a specified expirati
6969
7070
### Create multiple VMs at once
7171

72-
In the Azure portal, you can create more than one instance of a VM at a time by specifying **Number of instances** on the **Advanced Settings** tab of the VM creation screen. In an ARM template, you can add or edit the `copy` parameter in the `resources` section to specify the number of instances to create.
72+
In the Azure portal, you can create more than one VM at a time by specifying **Number of instances** on the **Advanced Settings** tab of the VM creation screen. In an ARM template, you can add or edit the `copy` parameter in the `resources` section to specify the number of instances to create.
7373

7474
```json
7575
"copy": {
@@ -108,16 +108,17 @@ The **Public Artifact Repo** and **Public Environment Repo** at the [DevTest Lab
108108

109109
## Add template repositories to labs
110110

111-
Lab owners or contributors can add ARM template repositories to their labs so all lab users can access the templates. To add a repo, select **Add** in the top menu bar of the **Repositories** page.
111+
Lab owners or contributors can add ARM template repositories to their labs so all lab users can access the templates. To add a repo to your lab:
112112

113113
# [GitHub repo](#tab/GitHubRepo/)
114114

115+
1. Select **Add** in the top menu bar of the **Repositories** page.
115116
1. On the **Repository** screen, enter the following information:
116117
- **Name**: Repository name.
117118
- **Git clone URL**: The Git HTTPS clone URL from GitHub.
118119
- **Branch** (optional): The branch that has the ARM template definitions.
119120
- **Azure Resource Manager template folder path**: The folder path, relative to the Git clone URI, for the ARM template definitions.
120-
- **Authentication type**: The authentication method to securely access the repository, **Personal access token** or **GitHub App**.
121+
- **Authentication type**: The authentication method to securely access the repository: **Personal access token** or **GitHub App**.
121122
- To get a personal access token, select your profile in GitHub and then select **Settings** > **Developer settings** > **Personal access tokens**.
122123
- To use the GitHub app, select **Sign in with GitHub** and sign in if necessary. You must have the [Microsoft DevCenter GitHub App](https://github.com/apps/microsoft-devcenter) installed.
123124
1. Select **Save**.
@@ -126,12 +127,13 @@ Lab owners or contributors can add ARM template repositories to their labs so al
126127

127128
# [Azure Repos repo](#tab/DevOpsRepo/)
128129

130+
1. Select **Add** in the top menu bar of the **Repositories** page.
129131
1. On the **Repository** screen, enter the following information:
130132
- **Name**: Repository name.
131133
- **Git clone URL**: The Git HTTPS clone URL from Azure Repos.
132134
- **Branch** (optional): The branch that has the ARM template definitions.
133135
- **Azure Resource Manager template folder path**: The folder path, relative to the Git clone URI, for the ARM template definitions.
134-
- **Authentication type**: The authentication method to securely access the repository, **Personal access token** or **Managed Identity**.
136+
- **Authentication type**: The authentication method to securely access the repository: **Personal access token** or **Managed Identity**.
135137
- To get a personal access token, select **User settings** at upper right in Azure DevOps and then select **Personal access tokens**.
136138
- To use managed identity, add the lab's system-assigned managed identity to the Azure DevOps organization as a user. For more information, see [Add an artifact repo](add-artifact-repository.md?tabs=DevOpsRepoMSI#add-an-artifact-repo).
137139
1. Select **Save**.
-109 Bytes
Loading
3 Bytes
Loading

0 commit comments

Comments
 (0)