Skip to content

Commit 53d9bef

Browse files
committed
additional edits
1 parent f2f0198 commit 53d9bef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-machines/linux/quick-create-template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Quickstart: Use a Resource Manager template to create an Ubuntu Linux VM'
3-
description: Learn how to use and deploy a Resource Manager template to create an Ubuntu Linux virtual machine in Azure.
3+
description: Learn how to use an Azure Resource Manager template to create and deploy an Ubuntu Linux virtual machine.
44
author: cynthn
55
ms.service: virtual-machines
66
ms.collection: linux
@@ -11,15 +11,15 @@ ms.author: cynthn
1111
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1212
---
1313

14-
# Quickstart: Create an Ubuntu Linux virtual machine using an ARM template
14+
# Quickstart: Create an Ubuntu Linux virtual machine by using an ARM template
1515

1616
**Applies to:** :heavy_check_mark: Linux VMs
1717

1818
This quickstart shows you how to use an Azure Resource Manager template (ARM template) to deploy an Ubuntu Linux 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 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.
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-linux%2fazuredeploy.json)
2525

@@ -29,7 +29,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2929

3030
## Review the template
3131

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/).
3333

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

@@ -55,7 +55,7 @@ Several resources are defined in the template:
5555
- **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**.
5656
- **Region**: select a region. For example, **Central US**.
5757
- **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.
5959
- **Admin Password Or Key** depending on what you choose for authentication type:
6060
- 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-).
6161
- 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
8484

8585
## Next steps
8686

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.
8888

8989
> [!div class="nextstepaction"]
9090
> [Azure Linux virtual machine tutorials](./tutorial-manage-vm.md)

0 commit comments

Comments
 (0)