You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-configure-kafka.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ To learn how to use Azure Key Vault and the `keyVault` to manage secrets for Azu
211
211
212
212
### Authenticate to Event Hubs
213
213
214
-
### [Managed identity](#tab/managed-identity)
214
+
#### [Managed identity](#tab/managed-identity)
215
215
216
216
To use managed identity, specify it as the only method under authentication. You also need to assign a role to the managed identity that grants permission to send and receive messages from Event Hubs, such as Azure Event Hubs Data Owner or Azure Event Hubs Data Sender/Receiver. To learn more, see [Authenticate an application with Microsoft Entra ID to access Event Hubs resources](/azure/event-hubs/authenticate-application#built-in-roles-for-azure-event-hubs).
217
217
@@ -249,7 +249,7 @@ spec:
249
249
kubernetes: {}
250
250
```
251
251
252
-
### [SASL](#tab/sasl)
252
+
#### [SASL](#tab/sasl)
253
253
254
254
To connect to Event Hubs using a connection string and Kubernetes secret, use `plain` SASL type and `$ConnectionString` as the username and the full connection string as the password.
To use Azure Key Vault instead of Kubernetes secrets, create an Azure Key Vault secret with the connection string `Endpoint=sb://..`, reference it with `vaultSecret`, and specify the username as `"$ConnectionString"` in the configuration.
@@ -322,7 +321,7 @@ authentication:
322
321
# version: 939ecc2...
323
322
```
324
323
325
-
### [X.509](#tab/x509)
324
+
#### [X.509](#tab/x509)
326
325
327
326
For X.509, use Kubernetes TLS secret containing the public certificate and private key.
328
327
@@ -467,8 +466,8 @@ The compression field enables compression for the messages sent to Kafka topics.
467
466
| ----- | ----------- | --------- |
468
467
| none | No compression or batching is applied. *none* is the default value if no compression is specified. | Yes |
469
468
| gzip | GZIP compression and batching are applied. GZIP is a general-purpose compression algorithm that offers a good balance between compression ratio and speed. [Event Hubs Premium](../../event-hubs/event-hubs-premium-overview.md) pricing tier is required for GZIP compression. | Yes |
470
-
| Snappy | Snappy compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.m#compression). | No. Use [Apache Kafka](https://kafka.apache.org) |
471
-
| LZ4 | LZ4 compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). | No. Use [Apache Kafka](https://kafka.apache.org) |
469
+
| snappy | Snappy compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.m#compression). | No. Use [Apache Kafka](https://kafka.apache.org). |
470
+
| lz4 | LZ4 compression is not supported by [Azure Event Hubs](../../event-hubs/azure-event-hubs-kafka-overview.md#compression). | No. Use [Apache Kafka](https://kafka.apache.org). |
0 commit comments