Skip to content

Commit c1f5de6

Browse files
committed
remove data servie call
1 parent a0c682b commit c1f5de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-maps/azure-maps-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Primary and secondary keys are generated after the Azure Maps account is created
2727
Example using the _subscription key_ as a parameter in your URL:
2828

2929
```http
30-
https://atlas.microsoft.com/mapData/upload?api-version=1.0&dataFormat=zip&subscription-key={Your-Azure-Maps-Subscription-key}
30+
https://atlas.microsoft.com/map/tile?subscription-key={Your-Azure-Maps-Subscription-key}&api-version=2024-04-01&tilesetId=microsoft.base.road&zoom=15&x=5236&y=12665&tileSize=256
3131
```
3232

3333
> [!IMPORTANT]

articles/azure-maps/how-to-use-best-practices-for-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ With the Azure Maps Route Direction APIs, developers can request details for eac
183183
The following query sets the `sectionType` to `traffic`. It requests the sections that contain traffic information from Seattle to San Diego.
184184

185185
```http
186-
https://atlas.microsoft.com/map/tile?subscription-key={Your-Azure-Maps-Subscription-key}&api-version=2024-04-01&tilesetId=microsoft.base.road&zoom=15&x=5236&y=12665&tileSize=256
186+
https://atlas.microsoft.com/route/directions/json?subscription-key={Your-Azure-Maps-Subscription-key}&api-version=1.0&sectionType=traffic&query=47.6062,-122.3321:32.7157,-117.1611
187187
```
188188

189189
The response contains the sections that are suitable for traffic along the given coordinates.

0 commit comments

Comments
 (0)