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
@@ -178,7 +178,7 @@ To check the status of the data upload and retrieve its unique ID (`udid`):
178
178
179
179
4. Select the **GET** HTTP method.
180
180
181
-
5. Enter the `status URL` you copied in [Upload pins and path data](#upload-pins-and-path-data). The request should look like the following URL (replace {`Your-Azure-Maps-Primary-Subscription-key}` with your Azure Maps subscription key):
181
+
5. Enter the `status URL` you copied in [Upload pins and path data](#upload-pins-and-path-data). The request should look like the following URL (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key):
@@ -204,7 +204,7 @@ To render the uploaded pins and path data on the map:
204
204
205
205
4. Select the **GET** HTTP method.
206
206
207
-
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Primary-Subscription-key}` with your Azure Maps subscription key and `udid` with the `udid` of the uploaded data):
207
+
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key and `udid` with the `udid` of the uploaded data):
@@ -231,7 +231,7 @@ To render a polygon with color and opacity:
231
231
232
232
4. Select the **GET** HTTP method.
233
233
234
-
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Primary-Subscription-key}` with your Azure Maps subscription key):
234
+
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key):
@@ -259,7 +259,7 @@ To render a circle and pushpins with custom labels:
259
259
260
260
4. Select the **GET** HTTP method.
261
261
262
-
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Primary-Subscription-key}` with your Azure Maps subscription key):
262
+
5. Enter the following URL to the [Render Service](/rest/api/maps/render/get-map-image) (replace {`Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key):
Copy file name to clipboardExpand all lines: articles/azure-maps/tutorial-iot-hub-maps.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
@@ -119,7 +119,7 @@ Follow these steps to upload the geofence by using the Azure Maps Data Upload AP
119
119
120
120
1. Open the Postman app, select **New** again. In the **Create New** window, select **HTTP Request**, and enter a request name for the request.
121
121
122
-
2. Select the **POST** HTTP method in the builder tab, and enter the following URL to upload the geofence to the Data Upload API. Make sure to replace `{Your-Azure-Maps-Primary-Subscription-key}` with your Azure Maps subscription key.
122
+
2. Select the **POST** HTTP method in the builder tab, and enter the following URL to upload the geofence to the Data Upload API. Make sure to replace `{Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key.
0 commit comments