Skip to content

Commit f246751

Browse files
authored
Merge pull request #269998 from spelluru/patch-51
Delivery events to Event Hubs in preview
2 parents 1b79c17 + ae7a1eb commit f246751

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Publish and deliver events using namespace topics - Portal
2+
title: Deliver events to Azure Event Hubs using namespace topics - Portal
33
description: This article provides step-by-step instructions to publish to Azure Event Grid in the CloudEvents JSON format and deliver those events by using the push delivery model. You use Azure portal in this quickstart.
44
ms.topic: quickstart
55
ms.author: spelluru
66
author: spelluru
77
ms.date: 02/20/2024
88
---
99

10-
# Publish and deliver events using namespace topics (preview) - Azure portal
10+
# Deliver events to Azure Event Hubs using namespace topics (preview) - Azure portal
1111

1212
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.
1313

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Publish and deliver events using namespace topics
2+
title: Deliver events to Azure Event Hubs using push model (CLI)
33
description: This article provides step-by-step instructions to publish to Azure Event Grid in the CloudEvents JSON format and deliver those events by using the push delivery model.
44
ms.topic: quickstart
55
ms.custom: ignite-2023, devx-track-azurecli
@@ -8,7 +8,7 @@ author: robece
88
ms.date: 02/20/2024
99
---
1010

11-
# Publish and deliver events using namespace topics (preview)
11+
# Deliver events to Azure Event Hubs using namespace topics - Azure CLI (preview)
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.

articles/event-grid/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ items:
143143
href: event-grid-dotnet-get-started-pull-delivery.md
144144
- name: Push delivery
145145
items:
146-
- name: Publish and deliver events using namespace topics
146+
- name: Deliver events to Azure Event Hubs using namespace topics
147147
items:
148148
- name: Azure CLI
149149
href: publish-deliver-events-with-namespace-topics.md

0 commit comments

Comments
 (0)