Skip to content

Commit f3da897

Browse files
Merge pull request #225364 from cynthn/patch-33
Update quick-create-template.md
2 parents 44a9cba + d89bea2 commit f3da897

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-machines/windows/quick-create-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.author: cynthn
1111
ms.custom: subject-armqs, mode-arm
1212
---
1313

14-
# Quickstart: Create a Windows virtual machine using an ARM template
14+
# Quickstart: Create a Windows virtual machine using a template
1515

1616
**Applies to:** :heavy_check_mark: Windows VMs
1717

18-
This quickstart shows you how to use an Azure Resource Manager template (ARM template) to deploy a Windows virtual machine (VM) in Azure.
18+
This quickstart shows you how to use an Azure Resource Manager template to deploy a Windows virtual machine (VM) in Azure.
1919

2020
[!INCLUDE [About Azure Resource Manager](../../../includes/resource-manager-quickstart-introduction.md)]
2121

22-
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
22+
If your environment meets the prerequisites and you're familiar with using templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2323

2424
[![Deploy to Azure](../../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fAzure%2fazure-quickstart-templates%2fmaster%2fquickstarts%2fmicrosoft.compute%2fvm-simple-windows%2fazuredeploy.json)
2525

@@ -84,7 +84,7 @@ When no longer needed, delete the resource group, which deletes the VM and all o
8484

8585
## Next steps
8686

87-
In this quickstart, you deployed a simple virtual machine using an ARM template. To learn more about Azure virtual machines, continue to the tutorial for Linux VMs.
87+
In this quickstart, you deployed a simple virtual machine using a resource manager template. To learn more about Azure virtual machines, continue to the tutorial for Linux VMs.
8888

8989

9090
> [!div class="nextstepaction"]

includes/resource-manager-quickstart-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 02/26/2020
66
ms.author: jgao
77
---
88

9-
An [ARM template](../articles/azure-resource-manager/templates/overview.md) is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax. In declarative syntax, you describe your intended deployment without writing the sequence of programming commands to create the deployment.
9+
A [resource manager template](../articles/azure-resource-manager/templates/overview.md) is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax. In declarative syntax, you describe your intended deployment without writing the sequence of programming commands to create the deployment.

0 commit comments

Comments
 (0)