Azure Event Grid
- It's a fully managed event routing service and is used in event driven architectures.
- It's a highly scalable, reliable and supports various messaging protocols like MQTT and Http.
- Typical usage includes:
- Event on Azure Blob Storage: For example, a new blob is added to Storage Account, and you want to emit an event and capture it in an Azure Function
- IOT Device: Event Grid can be used to integrate IOT devices to Azure services allowing you to react to data received from devices in real time.
- Application Integration: Can be used to integrate different application and services both with in Azure and External.

No comments:
Post a Comment