Skip to content

Commit fc8377e

Browse files
authored
Merge pull request #42155 from outinyman/patch-12
Link updates: Matrix Routing and get key
2 parents 527db49 + f1b0a00 commit fc8377e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To complete this tutorial, you first need to create an Azure Maps account and ge
3636

3737
To create an Azure Maps account subscription in the S1 pricing tier, follow the instructions in [Manage your Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys#create-a-new-account).
3838

39-
To get the primary subscription key for your account, follow the instructions in [Search nearby points of interest by using Azure Maps](./tutorial-search-location.md#getkey) .
39+
To get the primary subscription key for your account, follow the instructions in [Create an account and get your key](https://docs.microsoft.com/azure/azure-maps/quick-demo-map-app#create-an-account-and-get-your-key).
4040

4141
## Create an Azure notebook
4242

@@ -276,7 +276,7 @@ display(Image(poiRangeMap))
276276

277277
After you've determined all the potential charging stations within the reachable range, you want to know which of them can be reached in a minimum amount of time.
278278

279-
The following script calls the Azure Maps [Matrix Routing API](https://docs.microsoft.com/rest/api/maps/route/postroutematrixpreview), which returns for the specified vehicle location the travel time and distance to each charging station. The script in the next cell parses the response to locate the closest reachable charging station with respect to time.
279+
The following script calls the Azure Maps [Matrix Routing API](https://docs.microsoft.com/rest/api/maps/route/postroutematrix), which returns for the specified vehicle location the travel time and distance to each charging station. The script in the next cell parses the response to locate the closest reachable charging station with respect to time.
280280

281281
To find the closest reachable charging station that can be reached in the least amount of time, run the script in the following cell:
282282

@@ -390,7 +390,7 @@ To explore the Azure Maps APIs that are used in this tutorial, see:
390390
* [Post Search Inside Geometry](https://docs.microsoft.com/rest/api/maps/search/postsearchinsidegeometry)
391391
* [Data Upload](https://docs.microsoft.com/rest/api/maps/data/uploadpreview)
392392
* [Render - Get Map Image](https://docs.microsoft.com/rest/api/maps/render/getmapimage)
393-
* [Post Route Matrix](https://docs.microsoft.com/rest/api/maps/route/postroutematrixpreview)
393+
* [Post Route Matrix](https://docs.microsoft.com/rest/api/maps/route/postroutematrix)
394394
* [Get Route Directions](https://docs.microsoft.com/rest/api/maps/route/getroutedirections)
395395

396396
For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs](https://docs.microsoft.com/azure/azure-maps/#reference).

0 commit comments

Comments
 (0)