Skip to content

Commit 1ef30a7

Browse files
Merge pull request #259066 from spelluru/patch-22
Preview note
2 parents 2c47bfe + 0d60e86 commit 1ef30a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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:

articles/event-grid/namespace-push-delivery-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: robece
99
ms.author: robece
1010
---
1111

12-
# Azure Event Grid namespaces - Push delivery
12+
# Azure Event Grid namespaces - Push delivery (Preview)
1313

1414
This article builds on [push delivery with HTTP for Event Grid basic](push-delivery-overview.md) and provides essential information before you start using push delivery on Event Grid namespaces over HTTP protocol. This article is suitable for users who need to build applications to react to discrete events using Event Grid namespaces. If you're interested to know more about the difference between the Event Grid basic tier and the standard tier with namespaces, see [choose the right Event Grid tier for your solution](choose-right-tier.md).
1515

0 commit comments

Comments
 (0)