You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-use-resource-manager-template.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create and manage Azure Resource Manager (ARM) virtual
4
4
ms.topic: how-to
5
5
ms.author: rosemalcolm
6
6
author: RoseHJM
7
-
ms.date: 03/10/2025
7
+
ms.date: 03/11/2025
8
8
ms.custom: UpdateFrequency2
9
9
10
10
#customer intent: As a lab user, I want to know how to create, manage, and access ARM templates for creating Azure VMs, so I can use the templates to create more VMs.
@@ -15,7 +15,7 @@ ms.custom: UpdateFrequency2
15
15
This article describes how DevTest Labs users can:
16
16
17
17
- View, edit, and save Azure Resource Manager (ARM) templates for creating Azure VMs.
18
-
- Store the ARM templates in source control repositories.
18
+
- Store ARM templates in source control repositories.
19
19
- Add and access ARM template repositories in Azure DevTest Labs.
@@ -47,11 +47,11 @@ You can customize and use an ARM template from any available Azure VM base to us
47
47
For more information on creating lab VMs, see [Create lab virtual machines in Azure DevTest Labs](devtest-lab-add-vm.md).
48
48
49
49
<aname="set-vm-expiration-date"></a>
50
-
## Edit ARM templates for VMs
50
+
###Edit ARM templates
51
51
52
-
When you reuse the ARM template to create more VMs, you can update the parameters and values in your template file. To update only the template `parameters` section without having to edit the main template file, you can create and edit a separate file called *azuredeploy.parameters.json*.
52
+
When you reuse the ARM template to create more VMs, you can change the parameters and values in your template file. To update only the template `parameters` section without having to edit the main template file, you can create and edit a separate file called *azuredeploy.parameters.json*.
53
53
54
-
For example, in training, demo, and trial scenarios, you can automatically delete VMs after a certain date so they don't keep incurring costs. When you create a lab VM in the Azure portal, you can specify the **Expiration date** on the **Advanced settings** tab. You can also add an `expirationDate` parameter or change the value in an ARM template.
54
+
For example, in training, demo, and trial scenarios, you can automatically delete VMs after a certain date so they don't keep incurring costs. When you create a lab VM in the Azure portal, you can specify the **Expiration date** on the **Advanced settings** tab. You can also add an `expirationDate` parameter or change its value in an ARM template.
0 commit comments