Skip to content

Commit e4e9385

Browse files
Merge pull request #261726 from Ricky-G/docs-editor/azure-event-hubs-kafka-overvie-1703107954
Update azure-event-hubs-kafka-overview.md to fix Kafka supported SKU's
2 parents bf949a3 + ed73fa1 commit e4e9385

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/event-hubs/azure-event-hubs-kafka-overview.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/16/2023
1010
This article explains how you can use Azure Event Hubs to stream data from [Apache Kafka](https://kafka.apache.org) applications without setting up a Kafka cluster on your own.
1111

1212
> [!NOTE]
13-
> This feature is supported only in the **premium** and **dedicated** tiers.
13+
> This feature is supported only in the **standard, premium** and **dedicated** tiers.
1414
1515
## Overview
1616

@@ -72,6 +72,15 @@ sasl.login.callback.handler.class=CustomAuthenticateCallbackHandler
7272
> The above configuration properties are for the Java programming language. For **samples** that show how to use OAuth with Event Hubs for Kafka using different programming languages, see [samples on GitHub](https://github.com/Azure/azure-event-hubs-for-kafka/tree/master/tutorials/oauth).
7373
7474

75+
76+
77+
78+
79+
80+
81+
82+
83+
7584
### Shared Access Signature (SAS)
7685
Event Hubs also provides the **Shared Access Signatures (SAS)** for delegated access to Event Hubs for Kafka resources. Authorizing access using OAuth 2.0 token-based mechanism provides superior security and ease of use over SAS. The built-in roles can also eliminate the need for ACL-based authorization, which has to be maintained and managed by the user. You can use this feature with your Kafka clients by specifying **SASL_SSL** for the protocol and **PLAIN** for the mechanism.
7786

0 commit comments

Comments
 (0)