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 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 ARM 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-linux%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.
@@ -53,8 +52,8 @@ Several resources are defined in the template:
53
52
1. Select or enter the following values. Use the default values, when available.
54
53
55
54
-**Subscription**: select an Azure subscription.
56
-
-**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**.
57
-
-**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 select**OK**.
56
+
-**Region**: select a region. For example, **Central US**.
58
57
-**Admin username**: provide a username, such as *azureuser*.
59
58
-**Authentication type**: You can choose between using an SSH key or a password.
60
59
-**Admin Password Or Key** depending on what you choose for authentication type:
@@ -69,27 +68,23 @@ Several resources are defined in the template:
69
68
-**Network Security Group Name**: name for the NSG.
70
69
1. Select **Review + create**. After validation completes, select **Create** to create and deploy the VM.
71
70
72
-
73
71
The Azure portal is used to deploy the template. In addition to the Azure portal, you can also use the Azure CLI, Azure PowerShell, and REST API. To learn other deployment methods, see [Deploy templates](../../azure-resource-manager/templates/deploy-cli.md).
74
72
75
73
## Review deployed resources
76
74
77
-
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.
78
-
75
+
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.
79
76
80
77
## Clean up resources
81
78
82
79
When no longer needed, delete the resource group, which deletes the VM and all of the resources in the resource group.
83
80
84
81
1. Select the **Resource group**.
85
-
1. On the page for the resource group, select **Delete**.
82
+
1. On the page for the resource group, select **Delete resource group**.
86
83
1. When prompted, type the name of the resource group and then select **Delete**.
87
84
88
-
89
85
## Next steps
90
86
91
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.
92
88
93
-
94
89
> [!div class="nextstepaction"]
95
90
> [Azure Linux virtual machine tutorials](./tutorial-manage-vm.md)
0 commit comments