Edit

Share via


Event handlers in Azure Event Grid

An event handler is the destination for an event. The handler takes some 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:

Next steps