Skip to content

Commit a5b1fde

Browse files
authored
Merge pull request #108264 from stevemunk/how-to-manage-creator
How to manage creator
2 parents 3384867 + dd7c8a7 commit a5b1fde

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

articles/azure-maps/how-to-manage-creator.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage Microsoft Azure Maps Creator
3-
description: In this article, you'll learn how to manage Microsoft Azure Maps Creator.
3+
description: This article demonstrates how to manage Microsoft Azure Maps Creator.
44
author: eriklindeman
55
ms.author: eriklind
66
ms.date: 01/20/2022
@@ -11,13 +11,13 @@ services: azure-maps
1111

1212
# Manage Azure Maps Creator
1313

14-
You can use Azure Maps Creator to create private indoor map data. Using the Azure Maps API and the Indoor Maps module, you can develop interactive and dynamic indoor map web applications. For pricing information, see the *Creator* section in [Azure Maps pricing](https://aka.ms/CreatorPricing).
14+
You can use Azure Maps Creator to create private indoor map data. Using the Azure Maps API and the Indoor Maps module, you can develop interactive and dynamic indoor map web applications. For pricing information, see the *Creator* section in [Azure Maps pricing].
1515

1616
This article takes you through the steps to create and delete a Creator resource in an Azure Maps account.
1717

1818
## Create Creator resource
1919

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

2222
2. Navigate to the Azure portal menu. Select **All resources**, and then select your Azure Maps account.
2323

@@ -51,26 +51,26 @@ To delete the Creator resource:
5151
5252
:::image type="content" source="./media/how-to-manage-creator/creator-delete.png" alt-text="A screenshot of the Azure Maps Creator Resource page with the delete button highlighted.":::
5353

54-
3. You'll be asked to confirm deletion by typing in the name of your Creator resource. After the resource is deleted, you see a confirmation page that looks like the following:
54+
3. You're prompted to confirm deletion by typing in the name of your Creator resource. After the resource is deleted, you see a confirmation page that looks like the following example:
5555

5656
:::image type="content" source="./media/how-to-manage-creator/creator-confirm-delete.png" alt-text="A screenshot of the Azure Maps Creator Resource deletion confirmation page.":::
5757

5858
## Authentication
5959

6060
Creator inherits Azure Maps Access Control (IAM) settings. All API calls for data access must be sent with authentication and authorization rules.
6161

62-
Creator usage data is incorporated in your Azure Maps usage charts and activity log. For more information, see [Manage authentication in Azure Maps](./how-to-manage-authentication.md).
62+
Creator usage data is incorporated in your Azure Maps usage charts and activity log. For more information, see [Manage authentication in Azure Maps].
6363

6464
>[!Important]
6565
>We recommend using:
6666
>
67-
> * Azure Active Directory (Azure AD) in all solutions that are built with an Azure Maps account using Creator services. For more information, on Azure AD, see [Azure AD authentication](azure-maps-authentication.md#azure-ad-authentication).
67+
> * Azure Active Directory (Azure AD) in all solutions that are built with an Azure Maps account using Creator services. For more information, on Azure AD, see [Azure AD authentication].
6868
>
69-
>* Role-based access control settings (RBAC). Using these settings, map makers can act as the Azure Maps Data Contributor role, and Creator map data users can act as the Azure Maps Data Reader role. For more information, see [Authorization with role-based access control](azure-maps-authentication.md#authorization-with-role-based-access-control).
69+
>* Role-based access control settings (RBAC). Using these settings, map makers can act as the Azure Maps Data Contributor role, and Creator map data users can act as the Azure Maps Data Reader role. For more information, see [Authorization with role-based access control].
7070
7171
## Access to Creator services
7272

73-
Creator services and services that use data hosted in Creator (for example, Render service), are accessible at a geographical URL. The geographical URL is determined by the location selected during creation. For example, if Creator is created in a region in the United States geographical location, all calls to the Conversion service must be submitted to `us.atlas.microsoft.com/conversions`. To view mappings of region to geographical location, [see Creator service geographic scope](creator-geographic-scope.md).
73+
Creator services and services that use data hosted in Creator (for example, Render service), are accessible at a geographical URL. The geographical URL determines the location selected during creation. For example, if Creator is created in a region in the United States geographical location, all calls to the Conversion service must be submitted to `us.atlas.microsoft.com/conversions`. To view mappings of region to geographical location, [see Creator service geographic scope].
7474

7575
Also, all data imported into Creator should be uploaded into the same geographical location as the Creator resource. For example, if Creator is provisioned in the United States, all raw data should be uploaded via `us.atlas.microsoft.com/mapData/upload`.
7676

@@ -79,27 +79,42 @@ Also, all data imported into Creator should be uploaded into the same geographic
7979
Introduction to Creator services for indoor mapping:
8080

8181
> [!div class="nextstepaction"]
82-
> [Data upload](creator-indoor-maps.md#upload-a-drawing-package)
82+
> [Data upload]
8383
8484
> [!div class="nextstepaction"]
85-
> [Data conversion](creator-indoor-maps.md#convert-a-drawing-package)
85+
> [Data conversion]
8686
8787
> [!div class="nextstepaction"]
88-
> [Dataset](creator-indoor-maps.md#datasets)
88+
> [Dataset]
8989
9090
> [!div class="nextstepaction"]
91-
> [Tileset](creator-indoor-maps.md#tilesets)
91+
> [Tileset]
9292
9393
> [!div class="nextstepaction"]
94-
> [Feature State set](creator-indoor-maps.md#feature-statesets)
94+
> [Feature State set]
9595
9696
Learn how to use the Creator services to render indoor maps in your application:
9797

9898
> [!div class="nextstepaction"]
99-
> [Azure Maps Creator tutorial](tutorial-creator-indoor-maps.md)
99+
> [Azure Maps Creator tutorial]
100100
101101
> [!div class="nextstepaction"]
102-
> [Indoor map dynamic styling](indoor-map-dynamic-styling.md)
102+
> [Indoor map dynamic styling]
103103
104104
> [!div class="nextstepaction"]
105-
> [Use the Indoor Maps module](how-to-use-indoor-module.md)
105+
> [Use the Indoor Maps module]
106+
107+
[Authorization with role-based access control]: azure-maps-authentication.md#authorization-with-role-based-access-control
108+
[Azure AD authentication]: azure-maps-authentication.md#azure-ad-authentication
109+
[Azure Maps Creator tutorial]: tutorial-creator-indoor-maps.md
110+
[Azure Maps pricing]: https://aka.ms/CreatorPricing
111+
[Azure portal]: https://portal.azure.com
112+
[Data conversion]: creator-indoor-maps.md#convert-a-drawing-package
113+
[Data upload]: creator-indoor-maps.md#upload-a-drawing-package
114+
[Dataset]: creator-indoor-maps.md#datasets
115+
[Feature State set]: creator-indoor-maps.md#feature-statesets
116+
[Indoor map dynamic styling]: indoor-map-dynamic-styling.md
117+
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
118+
[see Creator service geographic scope]: creator-geographic-scope.md
119+
[Tileset]: creator-indoor-maps.md#tilesets
120+
[Use the Indoor Maps module]: how-to-use-indoor-module.md

0 commit comments

Comments
 (0)