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
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.
23
23
24
24
[](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)
25
25
@@ -33,7 +33,6 @@ The template used in this quickstart is from [Azure Quickstart Templates](https:
-[**Microsoft.Network/virtualNetworks/subnets**](/azure/templates/Microsoft.Network/virtualNetworks/subnets): create a subnet.
@@ -44,8 +43,6 @@ Several resources are defined in the template:
44
43
-[**Microsoft.Network/networkInterfaces**](/azure/templates/Microsoft.Network/networkInterfaces): create a NIC.
45
44
-[**Microsoft.Compute/virtualMachines**](/azure/templates/Microsoft.Compute/virtualMachines): create a virtual machine.
46
45
47
-
48
-
49
46
## Deploy the template
50
47
51
48
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:
55
52
1. Select or enter the following values. Use the default values, when available.
56
53
57
54
-**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**.
60
57
-**Admin username**: provide a username, such as *azureuser*.
61
58
-**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-).
62
59
-**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.
64
61
-**VM size**: select the [size](../sizes.md) to use for the VM.
65
62
-**Location**: the default is the same location as the resource group, if it already exists.
66
63
1. Select **Review + create**. After validation completes, select **Create** to create and deploy the VM.
67
64
68
-
69
65
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).
70
66
71
67
## Review deployed resources
72
68
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.
75
70
76
71
## Clean up resources
77
72
78
73
When no longer needed, delete the resource group, which deletes the VM and all of the resources in the resource group.
79
74
80
75
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**.
82
77
1. When prompted, type the name of the resource group and then select **Delete**.
83
78
84
-
85
79
## Next steps
86
80
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.
89
82
90
83
> [!div class="nextstepaction"]
91
84
> [Azure Windows virtual machine tutorials](./tutorial-manage-vm.md)
0 commit comments