Skip to content

Commit 86a00d7

Browse files
committed
touchup
1 parent 1b4d22b commit 86a00d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and manage Azure Resource Manager (ARM) virtual
44
ms.topic: how-to
55
ms.author: rosemalcolm
66
author: RoseHJM
7-
ms.date: 03/10/2025
7+
ms.date: 03/11/2025
88
ms.custom: UpdateFrequency2
99

1010
#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
1515
This article describes how DevTest Labs users can:
1616

1717
- 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.
1919
- 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)]
@@ -47,11 +47,11 @@ You can customize and use an ARM template from any available Azure VM base to us
4747
For more information on creating lab VMs, see [Create lab virtual machines in Azure DevTest Labs](devtest-lab-add-vm.md).
4848

4949
<a name="set-vm-expiration-date"></a>
50-
## Edit ARM templates for VMs
50+
### Edit ARM templates
5151

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*.
5353

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.
5555

5656
```json
5757
"parameters": {

0 commit comments

Comments
 (0)