Skip to content

Commit 09496b2

Browse files
author
farah-alyasari
committed
fixed wording, added more clarity about { } per issues on github
1 parent 666945e commit 09496b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/tutorial-geofence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Once the Postman app is installed, follow these steps to upload the construction
145145
}
146146
```
147147

148-
5. Click send and review the response header. Upon a successful request, the **Location** header will contain the status URI. The status URI is of the following format.
148+
5. Click send and review the response header. Upon a successful request, the **Location** header will contain the status URI. The status URI is of the following format. The uploadStatusId value isn't between { }. It's a common practice to use { } to show values that the user must enter, or values that are different for different user.
149149

150150
```HTTP
151151
https://atlas.microsoft.com/mapData/{uploadStatusId}/status?api-version=1.0
152152
```
153153

154-
6. Copy your status URI and append the subscription-key. The status URI format should be like the one below. Notice that in the format below, you would change the {subscription-key}, including the { }, with your subscription key.
154+
6. Copy your status URI and append the subscription-key. The status URI format should be like the one below. Notice that in the format below, you would change the {subscription-key}, don't including the { }, with your subscription key.
155155

156156
```HTTP
157157
https://atlas.microsoft.com/mapData/{uploadStatusId}/status?api-version=1.0&subscription-key={Subscription-key}

0 commit comments

Comments
 (0)