You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/azure-maps-event-grid-integration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ ms.custom: mvc
13
13
14
14
# React to Azure Maps events by using Event Grid
15
15
16
-
Azure Maps integrates with Azure Event Grid so that you 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 for Azure Maps events so that you can react to critical events in a reliable, scalable, and secure manner. For example, build an application that performs multiple actions like updating a database, creating a ticket, and delivering an email notification every time a device enters a geofence.
16
+
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 service allows you 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.
17
17
18
-
Azure Event Grid is a fully managed event routing service that uses a publish-subscribe model. Event Grid has built-in support for Azure services like [Azure Functions](https://docs.microsoft.com/azure/azure-functions/functions-overview) and [Azure Logic Apps](https://docs.microsoft.com/azure/azure-functions/functions-overview), and 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](https://docs.microsoft.com/azure/event-grid/overview).
18
+
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](https://docs.microsoft.com/azure/azure-functions/functions-overview) and [Azure Logic Apps](https://docs.microsoft.com/azure/azure-functions/functions-overview). 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](https://docs.microsoft.com/azure/event-grid/overview).
The following example show schema for GeofenceResult
36
+
The following example shows the schema for GeofenceResult:
37
37
38
38
```JSON
39
39
{
@@ -76,12 +76,12 @@ The following example show schema for GeofenceResult
76
76
Applications that handle Azure Maps geofence events should follow a few recommended practices:
77
77
78
78
* Multiple subscriptions can be configured 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 it comes from the source that you expect.
79
-
* Messages can arrive out of order or after a delay. Use the `X-Correlation-id` field in the response header to understand if your information about objects is up-to-date.
79
+
* Messages can arrive out of order or after a delay. Use the `X-Correlation-id` field in the response header to understand if your information about objects is up to date.
80
80
* When Get and POST Geofence API is called with mode parameter set to `EnterAndExit`, 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.
81
81
82
82
## Next steps
83
83
84
84
To learn more about how to use geofencing to control operations at a construction site, see:
85
85
86
86
> [!div class="nextstepaction"]
87
-
> [Set up a geofence by using Azure Maps](tutorial-geofence.md)
87
+
> [Set up a geofence by using Azure Maps](tutorial-geofence.md)
0 commit comments