Skip to content

Commit 6c9d6c7

Browse files
authored
Merge pull request #107965 from stevemunk/create-template
Improve grammar and create end-links
2 parents b6d632f + 0c85842 commit 6c9d6c7

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

articles/azure-maps/how-to-create-template.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Create your Azure Maps account using an Azure Resource Manager template in Azure Maps
33
description: Learn how to create an Azure Maps account using an Azure Resource Manager template.
4-
author: philmea
5-
ms.author: philmea
4+
author: eriklindeman
5+
ms.author: eriklind
66
ms.date: 04/27/2021
77
ms.topic: how-to
88
ms.service: azure-maps
@@ -14,19 +14,19 @@ You can create your Azure Maps account using an Azure Resource Manager (ARM) tem
1414

1515
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
1616

17-
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.
17+
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.
1818

1919
[![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.maps%2Fmaps-create%2Fazuredeploy.json)
2020

2121
## Prerequisites
2222

2323
To complete this article:
2424

25-
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
25+
* If you don't have an Azure subscription, create a [free account] before you begin.
2626

2727
## Review the template
2828

29-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/maps-create/).
29+
The template used in this quickstart is from [Azure Quickstart Templates].
3030

3131
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.maps/maps-create/azuredeploy.json":::
3232

@@ -47,17 +47,17 @@ The Azure Maps account resource is defined in this template:
4747
Unless it's specified, use the default value to create your Azure Maps account.
4848

4949
* **Subscription**: select an Azure subscription.
50-
* **Resource group**: select **Create new**, enter a unique name for the resource group, and then click **OK**.
50+
* **Resource group**: select **Create new**, enter a unique name for the resource group, and then select **OK**.
5151
* **Location**: select a location.
5252
* **Account Name**: enter a name for your Azure Maps account, which must be globally unique.
5353
* **Pricing Tier**: select the appropriate pricing tier, the default value for the template is S0.
5454

5555
3. Select **Review + create**.
56-
4. Confirm your settings on the review page and click **Create**. After your Azure Maps has been deployed successfully, you get a notification:
56+
4. Confirm your settings on the review page and select **Create**. Once deployed successfully, you get a notification:
5757

5858
![ARM template deploy portal notification](./media/how-to-create-template/resource-manager-template-portal-deployment-notification.png)
5959

60-
The Azure portal is used to deploy your template. 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).
60+
The Azure portal is used to deploy your template. You can also use the Azure PowerShell, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates].
6161

6262
## Review deployed resources
6363

@@ -77,7 +77,13 @@ az group delete --name MyResourceGroup
7777

7878
## Next steps
7979

80-
To learn more about Azure Maps and Azure Resource Manager, continue on to the articles below.
80+
To learn more about Azure Maps and Azure Resource Manager, see the following articles:
8181

82-
- Create an Azure Maps [demo application](quick-demo-map-app.md)
83-
- Learn more about [ARM templates](../azure-resource-manager/templates/overview.md)
82+
* Create an Azure Maps [demo application]
83+
* Learn more about [ARM templates]
84+
85+
[free account]: https://azure.microsoft.com/free/?WT.mc_id=A261C142F
86+
[Azure Quickstart Templates]: https://azure.microsoft.com/resources/templates/maps-create
87+
[demo application]: quick-demo-map-app.md
88+
[ARM templates]: ../azure-resource-manager/templates/overview.md
89+
[Deploy templates]: ../azure-resource-manager/templates/deploy-powershell.md

0 commit comments

Comments
 (0)