Skip to content

Commit 5d388cd

Browse files
author
anastasia-ms
committed
edits
1 parent 451a02f commit 5d388cd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ This article takes you through the steps to create and delete a Creator resource
4040

4141
![Resource deployment status page](./media/how-to-manage-creator/creator-resourcecreated.PNG)
4242

43-
>[!TIP]
44-
>To troubleshoot any errors you may receive, see
45-
[Troubleshoot query issues when using Azure Cosmos DB](https://docs.microsoft.com/azure/cosmos-db/troubleshoot-query-performance)
46-
4743
7. Click **Go to resource**. Your Creator resource view page shows the status of your Creator resource and the chosen demographic region.
4844

4945
![Creator status page](./media/how-to-manage-creator/creator-resourceview.PNG)
@@ -74,6 +70,8 @@ Creator usage data is incorporated in your Azure Maps usage charts and activity
7470

7571
Creator services are accessible only from within the location selected during creation. If calls are made to Creator services from outside the selected location, a user error message will be returned. To make calls from outside the selected location, the service URL must include the geographic prefix for the selected locations. For example, if Creator is created in the United States, all calls to the Conversion service must be submitted to `us.atlas.microsoft.com/conversion/convert`.
7672

73+
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 Stated, all raw data should be uploaded via `us.atlas.microsoft.com/mapData/upload`.
74+
7775
## Next steps
7876

7977
Introduction to Creator for indoor mapping:

articles/azure-maps/tutorial-creator-indoor-maps.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ This tutorial uses the [Postman](https://www.postman.com/) application, but you
3737
## Upload a Drawing package
3838

3939
Use the [Data Upload API](https://docs.microsoft.com/rest/api/maps/data/uploadpreview) to upload the Drawing package to Azure Maps resources.
40-
The Data Upload API is a long running transaction that implements the pattern defined here. Once the operation completes, we'll use the `udid` to access the uploaded package to convert it. Follow the steps below to obtain the `udid`.
40+
41+
The Data Upload API is a long running transaction that implements the pattern defined here. Once the operation completes, we'll use the `udid` to access the uploaded package to convert it. Follow the steps below to obtain the `udid`.
4142

4243
1. Open the Postman app. Near the top of the Postman app, select **New**. In the **Create New** window, select **Collection**. Name the collection and select the **Create** button.
4344

0 commit comments

Comments
 (0)