Skip to content

Commit 8898f53

Browse files
committed
review fixes
1 parent 9efdff9 commit 8898f53

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/service-connector/how-to-integrate-event-hubs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: service-connector
77
ms.topic: how-to
8-
ms.date: 04/08/2026
8+
ms.date: 04/10/2026
99
#customer intent: As an Azure app developer, I want to see authentication methods, environment variables, and sample code for integrating Azure Event Hubs, so I can use Service Connector to easily connect Event Hubs to my Azure compute services.
1010

1111
---
@@ -141,8 +141,8 @@ Use the following environment variables for service principal connections.
141141
|---------------------------------------|----------------------|------------------------------------------------|
142142
| spring.cloud.azure.eventhub.namespace | Event Hubs namespace | `<Event-Hubs-namespace>.servicebus.windows.net` |
143143
| spring.cloud.azure.client-id | Client ID | `<client-ID>` |
144-
| spring.cloud.azure.tenant-id | Client secret | `<client-secret>` |
145-
| spring.cloud.azure.client-secret | Tenant ID | `<tenant-ID>` |
144+
| spring.cloud.azure.tenant-id | Tenant ID | `<tenant-ID>` |
145+
| spring.cloud.azure.client-secret | Client secret | `<client-secret>` |
146146
| spring.cloud.azure.eventhubs.namespace| Event Hubs namespace for Spring Cloud Azure version above 4.0 | `<Event-Hubs-namespace>.servicebus.windows.net`|
147147
| spring.cloud.azure.eventhubs.credential.client-id | Client ID for Spring Cloud Azure version above 4.0 | `<client-ID>` |
148148
| spring.cloud.azure.eventhubs.credential.client-secret | Client secret for Spring Cloud Azure version above 4.0 | `<client-secret>` |

articles/service-connector/includes/code-eventhubs-secret.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Service Connector adds the configuration properties to Spring Apps. Service Conn
6161

6262
### [Kafka Spring Boot](#tab/kafka-springBoot)
6363

64-
To set up your Spring application, see [Use Spring Kafka with Azure Event Hubs for Kafka API](/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub?tabs=passwordless). Service Connector sets the preceding configuration properties to Spring Apps.
64+
To set up your Spring application, see [Use Spring Kafka with Azure Event Hubs for Kafka API](/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-kafka-azure-event-hub?tabs=connection-string). Service Connector sets the preceding configuration properties to Spring Apps.
6565

6666
### [Python](#tab/python)
6767

@@ -133,6 +133,6 @@ To set up your Spring application, see [Use Spring Kafka with Azure Event Hubs f
133133
134134
### [Other](#tab/none)
135135
136-
For other languages, you can use the environment variables Service Connector adds as configuration properties to connect to Event Hubs. For environment variable details, see [Integrate Azure Event Hubs with Service Connector](../how-to-integrate-event-hubs.md).
136+
For other languages, you can use the environment variables Service Connector adds as configuration properties to connect to Event Hubs.
137137
138138
---

0 commit comments

Comments
 (0)