Skip to content

Commit fe80b29

Browse files
committed
Grammar improvements and created end-links
1 parent 555563e commit fe80b29

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

articles/azure-maps/how-to-manage-account-keys.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ You can manage your Azure Maps account through the Azure portal. After you have
1515

1616
## Prerequisites
1717

18-
- If you don't already have an Azure account, [sign up for a free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you continue.
19-
- For picking account location and you're unfamiliar with managed identities for Azure resources, check out the [overview section](../active-directory/managed-identities-azure-resources/overview.md).
18+
- If you don't already have an Azure account, [sign up for a free account] before you continue.
19+
- For picking account location, if you're unfamiliar with managed identities for Azure resources, see [managed identities for Azure resources].
2020

2121
## Account location
2222

23-
Picking a location for your Azure Maps account that aligns with other resources in your subscription, like managed identities, may help to improve the level of service for [control-plane](../azure-resource-manager/management/control-plane-and-data-plane.md) operations.
23+
Picking a location for your Azure Maps account that aligns with other resources in your subscription, like managed identities, may help to improve the level of service for [control-plane] operations.
2424

25-
As an example, the managed identity infrastructure will communicate and notify the Azure Maps management services for changes to the identity resource such as credential renewal or deletion. Sharing the same Azure location enables a consistent infrastructure provisioning for all resources.
25+
As an example, the managed identity infrastructure notifies the Azure Maps management services for changes to the identity resource such as credential renewal or deletion. Sharing the same Azure location enables a consistent infrastructure provisioning for all resources.
2626

27-
Any Azure Maps REST API on endpoint `atlas.microsoft.com`, `*.atlas.microsoft.com`, or other endpoints belonging to the Azure data-plane are not affected by the choice of the Azure Maps account location.
27+
An Azure Maps account, regardless of location, can access any endpoint belonging to the Azure data-plane, such as `atlas.microsoft.com` and `*.atlas.microsoft.com`, when using Azure Maps REST API.
2828

29-
Read more about data-plane service coverage for Azure Maps services on [geographic coverage](./geographic-coverage.md).
29+
Read more about data-plane service coverage for Azure Maps services on [geographic coverage].
3030

3131
## Create a new account
3232

33-
1. Sign in to the [Azure portal](https://portal.azure.com).
33+
1. Sign in to the [Azure portal].
3434

3535
2. Select **Create a resource** in the upper-left corner of the Azure portal.
3636

@@ -52,12 +52,21 @@ You then see a confirmation page. You can confirm the deletion of your account b
5252

5353
Set up authentication with Azure Maps and learn how to get an Azure Maps subscription key:
5454
> [!div class="nextstepaction"]
55-
> [Manage authentication](how-to-manage-authentication.md)
55+
> [Manage authentication]
5656
5757
Learn how to manage an Azure Maps account pricing tier:
5858
> [!div class="nextstepaction"]
59-
> [Manage a pricing tier](how-to-manage-pricing-tier.md)
59+
> [Manage a pricing tier]
6060
6161
Learn how to see the API usage metrics for your Azure Maps account:
6262
> [!div class="nextstepaction"]
63-
> [View usage metrics](how-to-view-api-usage.md)
63+
> [View usage metrics]
64+
65+
[Azure portal]: https://portal.azure.com
66+
[control-plane]: ../azure-resource-manager/management/control-plane-and-data-plane.md
67+
[geographic coverage]: geographic-coverage.md
68+
[Manage a pricing tier]: how-to-manage-pricing-tier.md
69+
[Manage authentication]: how-to-manage-authentication.md
70+
[managed identities for Azure resources]: ../active-directory/managed-identities-azure-resources/overview.md
71+
[sign up for a free account]: https://azure.microsoft.com/free/?WT.mc_id=A261C142F
72+
[View usage metrics]: how-to-view-api-usage.md

0 commit comments

Comments
 (0)