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
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-manage-account-keys.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ You can manage your Azure Maps account through the Azure portal. After you have
20
20
21
21
## Account location
22
22
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](../azure-resource-manager/management/control-plane-and-data-plane.md) operations.
24
24
25
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.
26
26
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
+
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.
28
28
29
29
Read more about data-plane service coverage for Azure Maps services on [geographic coverage](./geographic-coverage.md).
30
30
@@ -38,7 +38,7 @@ Read more about data-plane service coverage for Azure Maps services on [geograph
38
38
39
39
4. Enter the information for your new account.
40
40
41
-
:::image type="content" source="./media/how-to-manage-account-keys/create-account.png" border="true" alt-text="Enter Azure Maps account information in the Azure portal.":::
41
+
:::image type="content" source="./media/shared/create-account.png" lightbox="./media/shared/create-account.png" alt-text="A screenshot of the Create an Azure Maps Account resource page in the Azure portal.":::
42
42
43
43
## Delete an account
44
44
@@ -55,9 +55,9 @@ Set up authentication with Azure Maps and learn how to get an Azure Maps subscri
Copy file name to clipboardExpand all lines: articles/azure-maps/quick-android-map.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Create a new Azure Maps account using the following steps:
47
47
* Select the **Review + create** button.
48
48
* Once you have ensured that everything is correct in the **Review + create** page, select the **Create** button.
49
49
50
-
:::image type="content" source="./media/quick-android-map/create-account.png" alt-text="A screenshot that shows the Create Maps account pane in the Azure portal.":::
50
+
:::image type="content" source="./media/shared/create-account.png" alt-text="A screenshot that shows the Create Maps account pane in the Azure portal.":::
Copy file name to clipboardExpand all lines: articles/azure-maps/quick-demo-map-app.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,15 @@ Create a new Azure Maps account with the following steps:
35
35
36
36
1. Select **Create a resource** in the upper left-hand corner of the [Azure portal](https://portal.azure.com).
37
37
2. Type **Azure Maps** in the *Search services and Marketplace* box.
38
-
3. Select **Azure Maps** in the dropdown list that appears, then select the **Create** button.
38
+
3. Select **Azure Maps** in the drop-down list that appears, then select the **Create** button.
39
39
4. On the **Create an Azure Maps Account resource** page, enter the following values then select the **Create** button:
40
40
* The *Subscription* that you want to use for this account.
41
41
* The *Resource group* name for this account. You may choose to *Create new* or *Select existing* resource group.
42
42
* The *Name* of your new Azure Maps account.
43
43
* The *Pricing tier* for this account. Select **Gen2**.
44
44
* Read the *License* and *Privacy Statement*, then select the checkbox to accept the terms.
45
45
46
-
:::image type="content" source="./media/quick-demo-map-app/create-account.png" alt-text="A screen shot showing the Create an Azure Maps Account resource page in the Azure portal." lightbox="./media/quick-demo-map-app/create-account.png":::
46
+
:::image type="content" source="./media/shared/create-account.png" alt-text="Screenshot showing the Create an Azure Maps Account resource page in the Azure portal." lightbox="./media/shared/create-account.png":::
47
47
48
48
<aid="getkey"></a>
49
49
@@ -55,7 +55,7 @@ Once your Azure Maps account is successfully created, retrieve the primary key t
55
55
2. In the settings section, select **Authentication**.
56
56
3. Copy the **Primary Key** and save it locally to use later in this tutorial.
57
57
58
-
:::image type="content" source="./media/quick-demo-map-app/get-key.png" alt-text="Screen shot showing your Azure Maps Primary Key in the Azure portal" lightbox="./media/quick-demo-map-app/get-key.png":::
58
+
:::image type="content" source="./media/quick-demo-map-app/get-key.png" alt-text="Screenshot showing your Azure Maps Primary Key in the Azure portal" lightbox="./media/quick-demo-map-app/get-key.png":::
59
59
60
60
>[!NOTE]
61
61
> This quickstart uses the [Shared Key](azure-maps-authentication.md#shared-key-authentication) authentication approach for demonstration purposes, but the preferred approach for any production environment is to use [Azure Active Directory](azure-maps-authentication.md#azure-ad-authentication) authentication.
@@ -77,7 +77,7 @@ Once your Azure Maps account is successfully created, retrieve the primary key t
77
77
4. Try out the interactive search experience. In the search box on the upper-left corner of the demo web application, search for **restaurants**.
78
78
5. Move your mouse over the list of addresses and locations that appear below the search box. Notice how the corresponding pin on the map pops out information about that location. For privacy of private businesses, fictitious names and addresses are shown.
79
79
80
-
:::image type="content" source="./media/quick-demo-map-app/interactive-search.png" alt-text="A screen shot showing the interactive map search web application." lightbox="./media/quick-demo-map-app/interactive-search.png":::
80
+
:::image type="content" source="./media/quick-demo-map-app/interactive-search.png" alt-text="Screenshot showing the interactive map search web application." lightbox="./media/quick-demo-map-app/interactive-search.png":::
0 commit comments