Chapter 14: Integrating Azure Maps
The Azure Maps account has been created and configured, as covered in the previous chapter. In this chapter, we will be integrating the Azure Maps account with our Event Grid. This integration involves setting up and creating an Azure Function, subscribing it to Event Grid, and monitoring the results. We will also visualize the indoor map model. We will learn how a change in a temperature
property of a digital twin sensor is visualized using a feature stateset.
In this chapter, we will be covering the following topics:
- Updating a feature stateset
- Setting up an update Azure Function
- Publishing the Azure Function
- Configuring application settings
- Subscribing to Event Grid
- Monitoring updates
- Visualizing the model
By the end of this chapter, we will be able to update an external service such as Azure Maps using an Azure Function that is triggered by Event Grid through a subscription.