Skip to content

Commit a42549b

Browse files
committed
Remove reference to the outdated global region requirement.
1 parent 0eb25ec commit a42549b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: React to Azure Maps events by using Event Grid
33
description: Find out how to react to Azure Maps events involving geofences. See how to listen to map events and how to use Event Grid to reroute events to event handlers.
44
author: eriklindeman
55
ms.author: eriklind
6-
ms.date: 07/16/2020
6+
ms.date: 01/08/2024
77
ms.topic: conceptual
88
ms.service: azure-maps
99
services: azure-maps
@@ -15,9 +15,6 @@ ms.custom: mvc
1515

1616
Azure Maps integrates with Azure Event Grid, so that users can send event notifications to other services and trigger downstream processes. The purpose of this article is to help you configure your business applications to listen to Azure Maps events. This allows users to react to critical events in a reliable, scalable, and secure manner. For example, users can build an application to update a database, create a ticket, and deliver an email notification, every time a device enters a geofence.
1717

18-
> [!NOTE]
19-
> 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 isn't given as an option. For more information, see [Create an Azure Maps account with a global region].
20-
2118
Azure Event Grid is a fully managed event routing service, which uses a publish-subscribe model. Event Grid has built-in support for Azure services like [Azure Functions] and [Azure Logic Apps]. It can deliver event alerts to non-Azure services using webhooks. For a complete list of the event handlers that Event Grid supports, see [An introduction to Azure Event Grid].
2219

2320
![Azure Event Grid functional model](./media/azure-maps-event-grid-integration/azure-event-grid-functional-model.png)
@@ -69,7 +66,6 @@ The following example shows the schema for GeofenceResult:
6966

7067
Applications that handle Azure Maps geofence events should follow a few recommended practices:
7168

72-
* 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 isn't given as an option. For more information, see [Create an Azure Maps account with a global region].
7369
* 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.
7470
* 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.
7571
* 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.
@@ -87,6 +83,5 @@ To learn more about how to use geofencing to control operations at a constructio
8783
[Azure Functions]: ../azure-functions/functions-overview.md
8884
[Azure Logic Apps]: ../azure-functions/functions-overview.md
8985
[Azure Maps as an Event Grid source]: ../event-grid/event-schema-azure-maps.md
90-
[Create an Azure Maps account with a global region]: tutorial-geofence.md#create-an-azure-maps-account-with-a-global-region
9186
[event subscriptions]: ../event-grid/concepts.md#event-subscriptions
9287
[Set up a geofence by using Azure Maps]: tutorial-geofence.md

0 commit comments

Comments
 (0)