- It allows you to easily build applications with event-based architectures.
- It is a service that can be used to raise events from anywhere to anywhere and react accordingly.
- It supports filters to route specific events to different endpoints.
- It can multicast to multiple endpoints.
- It can validate events are reliably delivered.
- It has built-in support for events coming from Azure services.
- Select the Azure resource you would like to subscribe to, and give the event handler or WebHook endpoint to send the event to.
- It also has custom support for application and third-party events.
Concepts
- Events: What happened.
- Event Sources: Where the event took place.
- Topics: The endpoint where publishers send events.
- Event subscriptions: The endpoint or built-in mechanism to route events to handlers.
- Subscriptions are also used by handlers to intelligently filter incoming events.
- Event handlers: The app or service reacting to the event.
Deliver the right events to the right places with Event Domains
Microsoft Updates Azure Event Grid with Event Domains, Advanced Filtering Features and More