Skip to content

Commit ea28230

Browse files
committed
fix link
1 parent 5ce7330 commit ea28230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-maps/azure-maps-event-grid-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following example shows the schema for GeofenceResult:
6868

6969
Applications that handle Azure Maps geofence events should follow a few recommended practices:
7070

71-
* The Geofence API async event requires the region property of your Azure Maps account be set to ***Global***. When creating an Azure Maps account in the Azure portal, this is not given as an option. See [Create an Azure Maps account with a global region](tutorial-geofence#create-an-azure-maps-account-with-a-global-region) for more information.
71+
* The Geofence API async event requires the region property of your Azure Maps account be set to ***Global***. When creating an Azure Maps account in the Azure portal, this is not given as an option. See [Create an Azure Maps account with a global region](tutorial-geofence.md#create-an-azure-maps-account-with-a-global-region) for more information.
7272
* Configure multiple subscriptions to route events to the same event handler. It's important not to assume that events are from a particular source. Always check the message topic to ensure that the message came from the source that you expect.
7373
* Use the `X-Correlation-id` field in the response header to understand if your information about objects is up to date. Messages can arrive out of order or after a delay.
7474
* When a GET or a POST request in the Geofence API is called with the mode parameter set to `EnterAndExit`, then an Enter or Exit event is generated for each geometry in the geofence for which the status has changed from the previous Geofence API call.

articles/azure-maps/tutorial-geofence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Geofence API async event requires the region property of your Azure Maps acc
4141
4242
### Use an ARM template to create an Azure Maps account with a global region
4343

44-
You will need to [Create your Azure Maps account using an ARM template](how-to-create-template), making sure to set `location` to `global` in the `resources` section of the ARM template.
44+
You will need to [Create your Azure Maps account using an ARM template](how-to-create-template.md), making sure to set `location` to `global` in the `resources` section of the ARM template.
4545

4646
### Use PowerShell to create an Azure Maps account with a global region
4747

0 commit comments

Comments
 (0)