Skip to content

Commit 04e546f

Browse files
authored
Merge pull request #108316 from farah-alyasari/geofencefix
Geofencefix
2 parents bfa7e17 + 474247f commit 04e546f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-maps/tutorial-geofence.md

Lines changed: 4 additions & 3 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}
@@ -161,7 +161,8 @@ Once the Postman app is installed, follow these steps to upload the construction
161161

162162
```JSON
163163
{
164-
"udid" : "{udId}"
164+
"status": "Succeeded",
165+
"resourceLocation": "https://atlas.microsoft.com/mapData/metadata/{udId}?api-version=1.0"
165166
}
166167
```
167168

0 commit comments

Comments
 (0)