Skip to content

Commit c5132f6

Browse files
authored
Delivery events to Event Hubs in preview
1 parent add3962 commit c5132f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/event-grid/publish-deliver-events-with-namespace-topics.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: robece
88
ms.date: 02/20/2024
99
---
1010

11-
# Publish and deliver events using namespace topics (preview)
11+
# Publish and deliver events using namespace topics
1212

1313
The article provides step-by-step instructions to publish events to Azure Event Grid in the [CloudEvents JSON format](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md) and deliver those events by using the push delivery model. To be specific, you use Azure CLI and Curl to publish events to a namespace topic in Event Grid and push those events from an event subscription to an Event Hubs handler destination. For more information about the push delivery model, see [Push delivery overview](push-delivery-overview.md).
1414

@@ -134,6 +134,9 @@ To deliver events to event hubs in your Event Hubs namespace using managed ident
134134
1. [Enable the **Allow trusted Microsoft services to bypass this firewall** setting on your Event Hubs namespace](../event-hubs/event-hubs-service-endpoints.md#trusted-microsoft-services).
135135
1. Configure the event subscription that uses an event hub as an endpoint to use the system-assigned or user-assigned managed identity.
136136
137+
> [!NOTE]
138+
> Delivering events to Azure Event Hubs is currently in preview.
139+
137140
## Enable managed identity in the Event Grid namespace
138141
139142
Enable system assigned managed identity in the Event Grid namespace.

0 commit comments

Comments
 (0)