Event handlers in Azure Event Grid
An event handler is the place where the event is sent. The handler takes some further action to process the event. Several Azure services are automatically configured to handle events. You can also use any webhook for handling events. The webhook doesn't need to be hosted in Azure to handle events. Event Grid only supports HTTPS webhook endpoints.
Supported event handlers
Here are the supported event handlers:
- Webhooks. Azure Automation runbooks and Logic Apps are supported via webhooks.
- Azure functions.
- Event Hubs.
- Service Bus queues and topics.
- Relay hybrid connections.
- Storage queues.
- Azure Monitor alerts (from Azure Key Vault source only).
- Event Grid namespace topics.
Next steps
- For an introduction to Event Grid, see About Event Grid.