Skip to content

Commit c006178

Browse files
authored
Preview note
1 parent 2a1b3d0 commit c006178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/event-grid/namespace-handler-event-hubs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ ms.custom:
77
ms.date: 11/15/2023
88
---
99

10-
# Azure Event hubs as a handler destination in subscriptions to Azure Event Grid namespace topics
10+
# Azure Event hubs as a handler destination in subscriptions to Azure Event Grid namespace topics (Preview)
1111

1212
An event handler is the place where the event is sent. The handler takes an action to process the event. Currently, **Azure Event Hubs** is the only handler supported as a destination for subscriptions to namespace topics.
1313

1414
Use **Event Hubs** when your solution gets events from Event Grid faster than it can process the events. Once the events are in an event hub, your application can process events from the event hub at its own schedule. You can scale your event processing to handle the incoming events.
1515

16+
[!INCLUDE [simple-preview-note](./includes/simple-preview-note.md)]
17+
1618
## Message headers
1719

1820
Here are the properties you receive in the header of an event or message sent to Event Hubs:

0 commit comments

Comments
 (0)