Skip to content

Commit 59a2111

Browse files
authored
Merge pull request #233181 from JustPies/jprefresh-4-3
Freshness Pass for User Story: 79519
2 parents e5a4193 + 846a93e commit 59a2111

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed
Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
title: 'Quickstart: Use a Resource Manager template to create a Windows VM'
3-
description: In this quickstart, you learn how to use a Resource Manager template to create a Windows virtual machine
3+
description: Learn how to use a Resource Manager template to create, deploy and clean up a Windows virtual machine.
44
author: cynthn
55
ms.service: virtual-machines
66
ms.collection: windows
77
ms.topic: quickstart
88
ms.workload: infrastructure
9-
ms.date: 06/04/2020
9+
ms.date: 04/03/2023
1010
ms.author: cynthn
1111
ms.custom: subject-armqs, mode-arm
1212
---
1313

1414
# Quickstart: Create a Windows virtual machine using a template
1515

16-
**Applies to:** :heavy_check_mark: Windows VMs
16+
**Applies to:** :heavy_check_mark: Windows VMs
1717

1818
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 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 opens 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

@@ -33,7 +33,6 @@ The template used in this quickstart is from [Azure Quickstart Templates](https:
3333

3434
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.compute/vm-simple-windows/azuredeploy.json":::
3535

36-
3736
Several resources are defined in the template:
3837

3938
- [**Microsoft.Network/virtualNetworks/subnets**](/azure/templates/Microsoft.Network/virtualNetworks/subnets): create a subnet.
@@ -44,8 +43,6 @@ Several resources are defined in the template:
4443
- [**Microsoft.Network/networkInterfaces**](/azure/templates/Microsoft.Network/networkInterfaces): create a NIC.
4544
- [**Microsoft.Compute/virtualMachines**](/azure/templates/Microsoft.Compute/virtualMachines): create a virtual machine.
4645

47-
48-
4946
## Deploy the template
5047

5148
1. Select the following image to sign in to Azure and open a template. The template creates a key vault and a secret.
@@ -55,37 +52,33 @@ Several resources are defined in the template:
5552
1. Select or enter the following values. Use the default values, when available.
5653

5754
- **Subscription**: select an Azure subscription.
58-
- **Resource group**: select an existing resource group from the drop-down, or select **Create new**, enter a unique name for the resource group, and then click **OK**.
59-
- **Location**: select a location. For example, **Central US**.
55+
- **Resource group**: select an existing resource group from the drop-down, or select **Create new**, enter a unique name for the resource group, and then select **OK**.
56+
- **Region**: select a region. For example, **Central US**.
6057
- **Admin username**: provide a username, such as *azureuser*.
6158
- **Admin password**: provide a password to use for the admin account. The password must be at least 12 characters long and meet the [defined complexity requirements](faq.yml#what-are-the-password-requirements-when-creating-a-vm-).
6259
- **DNS label prefix**: enter a unique identifier to use as part of the DNS label.
63-
- **Windows OS version**: select which version of Windows you want to run on the VM.
60+
- **OS version**: select which OS version you want to run on the VM.
6461
- **VM size**: select the [size](../sizes.md) to use for the VM.
6562
- **Location**: the default is the same location as the resource group, if it already exists.
6663
1. Select **Review + create**. After validation completes, select **Create** to create and deploy the VM.
6764

68-
6965
The Azure portal is used to deploy the template. In addition to the Azure portal, you can also use the Azure PowerShell, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates](../../azure-resource-manager/templates/deploy-powershell.md).
7066

7167
## Review deployed resources
7268

73-
You can use the Azure portal to check on the VM and other resource that were created. After the deployment is finished, select **Go to resource group** to see the VM and other resources.
74-
69+
You can use the Azure portal to check on the VM and other resource that were created. After the deployment is finished, select **Resource groups** to see the VM and other resources.
7570

7671
## Clean up resources
7772

7873
When no longer needed, delete the resource group, which deletes the VM and all of the resources in the resource group.
7974

8075
1. Select the **Resource group**.
81-
1. On the page for the resource group, select **Delete**.
76+
1. On the page for the resource group, select **Delete resource group**.
8277
1. When prompted, type the name of the resource group and then select **Delete**.
8378

84-
8579
## Next steps
8680

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.
88-
81+
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 managing VMs.
8982

9083
> [!div class="nextstepaction"]
9184
> [Azure Windows virtual machine tutorials](./tutorial-manage-vm.md)

0 commit comments

Comments
 (0)