Skip to content

Commit ca057d2

Browse files
authored
Merge pull request #102317 from farah-alyasari/freshnessreport6
Freshnessreport6
2 parents 8544720 + 62f35f8 commit ca057d2

16 files changed

+52
-50
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ ms.custom: mvc
1313

1414
# React to Azure Maps events by using Event Grid
1515

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.
1717

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).
1919

2020

2121
![Azure Event Grid functional model](./media/azure-maps-event-grid-integration/azure-event-grid-functional-model.png)
@@ -33,7 +33,7 @@ Event grid uses [event subscriptions](https://docs.microsoft.com/azure/event-gri
3333

3434
## Event schema
3535

36-
The following example show schema for GeofenceResult
36+
The following example shows the schema for GeofenceResult:
3737

3838
```JSON
3939
{  
@@ -76,12 +76,12 @@ The following example show schema for GeofenceResult
7676
Applications that handle Azure Maps geofence events should follow a few recommended practices:
7777

7878
* 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.
8080
* 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.
8181

8282
## Next steps
8383

8484
To learn more about how to use geofencing to control operations at a construction site, see:
8585

8686
> [!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)
-15.7 KB
Loading
4.87 KB
Loading
-62.2 KB
Loading
8.53 KB
Loading
-54.2 KB
Loading
-7.98 KB
Loading
1.17 KB
Loading
-28.7 KB
Loading
-23 KB
Loading

0 commit comments

Comments
 (0)