Skip to content

Commit 9361f56

Browse files
committed
edited reference to primary key in tutorial-iot-hub-maps.md
1 parent d05f3bd commit 9361f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/tutorial-iot-hub-maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Follow these steps to upload the geofence by using the Azure Maps Data Upload AP
132132
https://us.atlas.microsoft.com/mapData/operations/{operationId}?api-version=2.0
133133
```
134134
135-
5. To check the status of the API call, create a **GET** HTTP request on the `status URL`. You'll need to append your primary subscription key to the URL for authentication. The **GET** request should like the following URL:
135+
5. To check the status of the API call, create a **GET** HTTP request on the `status URL`. You'll need to append your subscription key to the URL for authentication. The **GET** request should like the following URL:
136136
137137
```HTTP
138138
https://us.atlas.microsoft.com/mapData/{operationId}/status?api-version=2.0&subscription-key={Your-Azure-Maps-Subscription-key}
@@ -186,7 +186,7 @@ Now, set up your Azure function.
186186
:::image type="content" source="./media/tutorial-iot-hub-maps/function-code.png" alt-text="Copy/Screenshot of paste code into function window.":::
187187

188188
1. In the C# code, replace the following parameters:
189-
* Replace **SUBSCRIPTION_KEY** with your Azure Maps account primary subscription key.
189+
* Replace **SUBSCRIPTION_KEY** with your Azure Maps account subscription key.
190190
* Replace **UDID** with the `udid` of the geofence you uploaded in [Upload a geofence].
191191
* The `CreateBlobAsync` function in the script creates a blob per event in the data storage account. Replace the **ACCESS_KEY**, **ACCOUNT_NAME**, and **STORAGE_CONTAINER_NAME** with your storage account's access key, account name, and data storage container. These values were generated when you created your storage account in [Create an Azure storage account].
192192

0 commit comments

Comments
 (0)