Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 875 Bytes

event-handlers.md

File metadata and controls

17 lines (13 loc) · 875 Bytes
title description ms.topic ms.date
Azure Event Grid event handlers
Describes supported event handlers for Azure Event Grid. Azure Automation, Functions, Event Hubs, Hybrid Connections, Logic Apps, Service Bus, Queue Storage, Webhooks.
conceptual
06/16/2023

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:

[!INCLUDE event-handlers.md]

Next steps