Skip to content

Commit 8e9be85

Browse files
Merge pull request #288157 from veyalla/patch-3
clarify port number
2 parents 8c0278c + 3ed6a21 commit 8e9be85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To configure a dataflow endpoint for a Kafka endpoint, we suggest using the mana
4646
| Setting | Description |
4747
| -------------------- | ------------------------------------------------------------------------------------------------- |
4848
| Name | The name of the dataflow endpoint. |
49-
| Host | The hostname of the Kafka broker in the format `<HOST>.servicebus.windows.net`. |
49+
| Host | The hostname of the Kafka broker in the format `<HOST>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
5050
| Authentication method| The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, or *SASL*. |
5151
| SASL type | The type of SASL authentication. Choose *Plain*, *ScramSha256*, or *ScramSha512*. Required if using *SASL*. |
5252
| Synced secret name | The name of the secret. Required if using *SASL* or *X509*. |
@@ -126,7 +126,7 @@ To configure a dataflow endpoint for non-Event-Hub Kafka brokers, set the host,
126126
| Setting | Description |
127127
| -------------------- | ------------------------------------------------------------------------------------------------- |
128128
| Name | The name of the dataflow endpoint. |
129-
| Host | The hostname of the Kafka broker in the format `<HOST>.servicebus.windows.net`. |
129+
| Host | The hostname of the Kafka broker in the format `<Kafa-broker-host>:xxxx`. Include port number in the host setting. |
130130
| Authentication method| The method used for authentication. Choose *System assigned managed identity*, *User assigned managed identity*, *SASL*, or *X509 certificate*. |
131131
| SASL type | The type of SASL authentication. Choose *Plain*, *ScramSha256*, or *ScramSha512*. Required if using *SASL*. |
132132
| Synced secret name | The name of the secret. Required if using *SASL* or *X509*. |

0 commit comments

Comments
 (0)