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 opens 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,7 +29,7 @@ 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/).
@@ -55,7 +55,7 @@ Several resources are defined in the template:
55
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
56
-**Region**: select a region. For example, **Central US**.
57
57
-**Admin username**: provide a username, such as *azureuser*.
58
-
-**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.
59
59
-**Admin Password Or Key** depending on what you choose for authentication type:
60
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-).
61
61
- If you choose **sshPublicKey**, paste in the contents of your public key.
@@ -84,7 +84,7 @@ When no longer needed, delete the resource group, which deletes the VM and all o
84
84
85
85
## Next steps
86
86
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 by using an ARM template. To learn more about Azure virtual machines, continue to the tutorial for Linux VMs.
88
88
89
89
> [!div class="nextstepaction"]
90
90
> [Azure Linux virtual machine tutorials](./tutorial-manage-vm.md)
0 commit comments