Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1 KB

namespace-topics-event-handlers.md

File metadata and controls

24 lines (16 loc) · 1 KB
title description ms.topic ms.custom ms.date ms.author
Azure Event Grid namespace topic push delivery event handlers
Describes supported event handlers with Azure Event Grid push delivery available in namespace topics. Webhooks, Event Hubs.
conceptual
build-2024
06/16/2023
robece

Namespace topic push delivery event handlers

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.

Supported event handlers

Here are the supported event handlers:

[!INCLUDE namespace-event-handlers.md]

Next steps