Training
Learning path
AZ-204: Develop event-based solutions - Training
AZ-204: Develop event-based solutions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
An event handler is typically an application or Azure service that receives events sent by namespace topics' push delivery mechanism. Event handlers, or sometimes called destinations, receive events and usually take an action as a way to react to the event. For example, you can use any public endpoint (webhook) to handle events. The webhook doesn't need to be hosted on Azure.
Here are the supported event handlers:
Training
Learning path
AZ-204: Develop event-based solutions - Training
AZ-204: Develop event-based solutions
Documentation
Webhook event handler for namespace topics' push delivery - Azure Event Grid
Describes how you can use webhooks as event handlers for Azure Event Grid namespace topics' push delivery.
Introduction to push delivery in Event Grid namespaces - Azure Event Grid
Learn about push delivery supported by Azure Event Grid namespaces.
Publish and consume events using namespace topics - Azure Event Grid
This article provides step-by-step instructions to publish events to Azure Event Grid in the CloudEvents JSON format and consume those events by using the pull delivery model.