Skip to content

Commit 6b1fc1e

Browse files
Merge pull request #252746 from stevemunk/how-to-manage-pricing-tier-quickstart-template
Manage pricing tier: Added link to sample template.
2 parents 2968afc + ef35db8 commit 6b1fc1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-maps/how-to-manage-pricing-tier.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ To change your pricing tier from Gen1 to Gen2 in the Azure Portal, navigate to t
4141

4242
To change your pricing tier from Gen1 to Gen2 in the ARM template, update `pricingTier` to **G2** and `kind` to **Gen2**. For more info on using ARM templates, see [Create account with ARM template].
4343

44+
<!------
45+
4446
:::image type="content" source="./media/how-to-manage-pricing-tier/arm-template.png" border="true" alt-text="Screenshot of an ARM template that demonstrates updating pricingTier to G2 and kind to Gen2.":::
4547
46-
<!------
4748
```json
4849
"pricingTier": {
4950
"type": "string",
@@ -66,11 +67,11 @@ To change your pricing tier from Gen1 to Gen2 in the ARM template, update `prici
6667
}
6768
}
6869
```
69-
70-
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.maps/maps-create/azuredeploy.json" highlight="27-46":::
7170
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.maps/maps-create/azuredeploy.json" range="27-46":::
7271
--->
7372

73+
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.maps/maps-create/azuredeploy.json" highlight="27-47":::
74+
7475
## Next steps
7576

7677
Learn how to see the API usage metrics for your Azure Maps account:

0 commit comments

Comments
 (0)