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 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
@@ -29,20 +29,19 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
29
29
30
30
## Review the template
31
31
32
-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/vm-simple-linux/).
32
+
For more information on this template, see [Deploy a simple Ubuntu Linux VM 18.04-LTS](https://azure.microsoft.com/resources/templates/vm-simple-linux/).
-[**Microsoft.Network/virtualNetworks/subnets**](/azure/templates/Microsoft.Network/virtualNetworks/subnets): create a subnet.
40
-
-[**Microsoft.Storage/storageAccounts**](/azure/templates/Microsoft.Storage/storageAccounts): create a storage account.
41
-
-[**Microsoft.Network/networkInterfaces**](/azure/templates/Microsoft.Network/networkInterfaces): create a NIC.
42
-
-[**Microsoft.Network/networkSecurityGroups**](/azure/templates/Microsoft.Network/networkSecurityGroups): create a network security group.
43
-
-[**Microsoft.Network/virtualNetworks**](/azure/templates/Microsoft.Network/virtualNetworks): create a virtual network.
44
-
-[**Microsoft.Network/publicIPAddresses**](/azure/templates/Microsoft.Network/publicIPAddresses): create a public IP address.
45
-
-[**Microsoft.Compute/virtualMachines**](/azure/templates/Microsoft.Compute/virtualMachines): create a virtual machine.
38
+
-[Microsoft.Network/virtualNetworks/subnets](/azure/templates/Microsoft.Network/virtualNetworks/subnets): create a subnet.
39
+
-[Microsoft.Storage/storageAccounts](/azure/templates/Microsoft.Storage/storageAccounts): create a storage account.
40
+
-[Microsoft.Network/networkInterfaces](/azure/templates/Microsoft.Network/networkInterfaces): create a NIC.
41
+
-[Microsoft.Network/networkSecurityGroups](/azure/templates/Microsoft.Network/networkSecurityGroups): create a network security group.
42
+
-[Microsoft.Network/virtualNetworks](/azure/templates/Microsoft.Network/virtualNetworks): create a virtual network.
43
+
-[Microsoft.Network/publicIPAddresses](/azure/templates/Microsoft.Network/publicIPAddresses): create a public IP address.
44
+
-[Microsoft.Compute/virtualMachines](/azure/templates/Microsoft.Compute/virtualMachines): create a virtual machine.
46
45
47
46
## Deploy the template
48
47
@@ -53,10 +52,10 @@ 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
-
-**Authentication type**: You can choose between using an SSH key or a password.
58
+
-**Authentication type**: You can choose between an SSH key or a password.
60
59
-**Admin Password Or Key** depending on what you choose for authentication type:
61
60
- If you choose **password**, 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
61
- If you choose **sshPublicKey**, paste in the contents of your public key.
@@ -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
-
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
-
87
+
In this quickstart, you deployed a virtual machine by using an ARM template. To learn more about Azure virtual machines, continue to the tutorial for Linux VMs.
93
88
94
89
> [!div class="nextstepaction"]
95
-
> [Azure Linux virtual machine tutorials](./tutorial-manage-vm.md)
90
+
> [Create and Manage Linux VMs with the Azure CLI](./tutorial-manage-vm.md)
0 commit comments