Skip to content

Commit 4cd7a1b

Browse files
authored
Merge pull request #205058 from stevemunk/SM-Create-Resource-Updates
Updated the Create Account images
2 parents 2f23175 + d746846 commit 4cd7a1b

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ You can manage your Azure Maps account through the Azure portal. After you have
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](../azure-resource-manager/management/control-plane-and-data-plane.md) operations.
2424

2525
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.
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+
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.
2828

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

@@ -38,7 +38,7 @@ Read more about data-plane service coverage for Azure Maps services on [geograph
3838

3939
4. Enter the information for your new account.
4040

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.":::
4242

4343
## Delete an account
4444

@@ -55,9 +55,9 @@ Set up authentication with Azure Maps and learn how to get an Azure Maps subscri
5555
> [Manage authentication](how-to-manage-authentication.md)
5656
5757
Learn how to manage an Azure Maps account pricing tier:
58-
> [!div class="nextstepaction"]
58+
> [!div class="nextstepaction"]
5959
> [Manage a pricing tier](how-to-manage-pricing-tier.md)
6060
6161
Learn how to see the API usage metrics for your Azure Maps account:
62-
> [!div class="nextstepaction"]
62+
> [!div class="nextstepaction"]
6363
> [View usage metrics](how-to-view-api-usage.md)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
162 KB
Loading

articles/azure-maps/quick-android-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create a new Azure Maps account using the following steps:
4747
* Select the **Review + create** button.
4848
* Once you have ensured that everything is correct in the **Review + create** page, select the **Create** button.
4949

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.":::
5151

5252
## Get the primary key for your account
5353

articles/azure-maps/quick-demo-map-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Create a new Azure Maps account with the following steps:
3535

3636
1. Select **Create a resource** in the upper left-hand corner of the [Azure portal](https://portal.azure.com).
3737
2. Type **Azure Maps** in the *Search services and Marketplace* box.
38-
3. Select **Azure Maps** in the drop down 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.
3939
4. On the **Create an Azure Maps Account resource** page, enter the following values then select the **Create** button:
4040
* The *Subscription* that you want to use for this account.
4141
* The *Resource group* name for this account. You may choose to *Create new* or *Select existing* resource group.
4242
* The *Name* of your new Azure Maps account.
4343
* The *Pricing tier* for this account. Select **Gen2**.
4444
* Read the *License* and *Privacy Statement*, then select the checkbox to accept the terms.
4545

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":::
4747

4848
<a id="getkey"></a>
4949

@@ -55,7 +55,7 @@ Once your Azure Maps account is successfully created, retrieve the primary key t
5555
2. In the settings section, select **Authentication**.
5656
3. Copy the **Primary Key** and save it locally to use later in this tutorial.
5757

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":::
5959

6060
>[!NOTE]
6161
> 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
7777
4. Try out the interactive search experience. In the search box on the upper-left corner of the demo web application, search for **restaurants**.
7878
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.
7979

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":::
8181

8282
## Clean up resources
8383

articles/azure-maps/quick-ios-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mode-other
1414

1515
This article shows you how to add the Azure Maps to an iOS app. It walks you through these basic steps:
1616

17-
* Setup your development environment.
17+
* Set up your development environment.
1818
* Create your own Azure Maps account.
1919
* Get your primary Azure Maps key to use in the app.
2020
* Reference the Azure Maps libraries from the project.
@@ -46,7 +46,7 @@ Create a new Azure Maps account with the following steps:
4646
* Read the _License_ and _Privacy Statement_, and check the checkbox to accept the terms.
4747
* Select the **Create** button.
4848

49-
![Create an Azure maps account.](./media/ios-sdk/quick-ios-app/create-account.png)
49+
![Create an Azure maps account.](./media/shared/create-account.png)
5050

5151
## Get the primary key for your account
5252

@@ -67,7 +67,7 @@ Once your Maps account is successfully created, retrieve the primary key that en
6767

6868
## Create a project in Xcode
6969

70-
First, create a new iOS App project. Complete these steps to create a Xcode project:
70+
First, create a new iOS App project. Complete these steps to create an Xcode project:
7171

7272
1. Under **File**, select **New** -> **Project**.
7373

0 commit comments

Comments
 (0)