Skip to content

Commit 7d5e7b1

Browse files
committed
one more touchup
1 parent 86a00d7 commit 7d5e7b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 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 DevTest Labs VM creation screen. In an ARM template, you can add or edit the `copy` element in the `resources` section to specify the number of instances to create. For example:
7373

7474
```json
7575
"copy": {
@@ -78,6 +78,8 @@ In the Azure portal, you can create more than one VM at a time by specifying **N
7878
},
7979
```
8080

81+
For more information about creating more than one instance of a VM in your ARM template, see [Resource iteration in ARM templates](/azure/azure-resource-manager/templates/copy-resources).
82+
8183
<a name="configure-your-own-template-repositories"></a>
8284
<a name="create-your-own-template-repositories"></a>
8385
## Store ARM templates in Git repositories

0 commit comments

Comments
 (0)