Skip to content

Commit 47671cc

Browse files
authored
Merge pull request #56877 from cynthn/patch-134
Update ps-template.md
2 parents 82ad0ef + 2492e40 commit 47671cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/windows/ps-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ All resources must be deployed in a [resource group](../../azure-resource-manage
5050
5151
## Create the files
5252
53-
In this step, you create a template file that deploys the resources and a parameters file that supplies parameter values to the template. You also create an authorization file that is used to perform Azure Resource Manager operations.
53+
In this step, you create a template file that deploys the resources and a parameters file that supplies parameter values to the template. You also create an authorization file that is used to perform Azure Resource Manager operations.
5454
55-
1. Create a file named *CreateVMTemplate.json* and add this JSON code to it:
55+
1. Create a file named *CreateVMTemplate.json* and add your JSON code to it. Replace the value of `domainNameLabel` with your own unique name.
5656
5757
```json
5858
{

0 commit comments

Comments
 (0)