Skip to content

Commit 80e7d3a

Browse files
committed
updated note
1 parent 031ac91 commit 80e7d3a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/event-hubs/event-hubs-kafka-stream-analytics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ To complete this quickstart, make sure you have the following prerequisites:
3939

4040

4141
## Create a Kafka enabled Event Hubs namespace
42-
When you create a standard tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. It's not enabled for the basic tier Event Hubs namespace. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
42+
When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
4343

44-
You can now stream events from your applications that use the Kafka protocol into Event Hubs.
44+
> [!NOTE]
45+
> Event Hubs for Kafka is available only on **standard** and **dedicated** tiers. The **basic** tier doesn't support Kafka on Event Hubs.
4546
4647
## Send messages with Kafka in Event Hubs
4748

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ To complete this quickstart, make sure you have the following prerequisites:
2828

2929

3030
## Create a Kafka enabled Event Hubs namespace
31-
When you create a standard tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. It's not enabled for the basic tier Event Hubs namespace. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
31+
When you create a **standard** tier Event Hubs namespace, the Kafka endpoint for the namespace is automatically enabled. You can stream events from your applications that use the Kafka protocol into standard tier Event Hubs. Follow step-by-step instructions in the [Create an event hub using Azure portal](event-hubs-create.md) to create a **standard** tier Event Hubs namespace.
32+
33+
> [!NOTE]
34+
> Event Hubs for Kafka is available only on **standard** and **dedicated** tiers. The **basic** tier doesn't support Kafka on Event Hubs.
3235
3336
## Send and receive messages with Kafka in Event Hubs
3437

0 commit comments

Comments
 (0)