Skip to content

Commit a534aac

Browse files
committed
Standard tier for Kafka endpoint
1 parent 1bb26a0 commit a534aac

File tree

2 files changed

+6
-27
lines changed

2 files changed

+6
-27
lines changed

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

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.topic: tutorial
1212
ms.tgt_pltfrm: na
1313
ms.workload: na
1414
ms.custom: seodec18
15-
ms.date: 12/20/2019
15+
ms.date: 02/20/2020
1616
ms.author: spelluru
1717

1818
---
@@ -39,32 +39,9 @@ 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.
4243

43-
1. Sign in to the [Azure portal](https://portal.azure.com), and click **Create a resource** at the top left of the screen.
44-
2. Search for **Event Hubs** and select the options shown here:
45-
46-
![Search for Event Hubs in the portal](./media/event-hubs-kafka-stream-analytics/select-event-hubs.png)
47-
3. On the **Event Hubs** page, select **Create**.
48-
4. On the **Create Namespace** page, do the following actions:
49-
1. Provide a unique **name** for the namespace.
50-
2. Select a **pricing tier**.
51-
3. Select **Enable Kafka**. This step is an **important** step.
52-
4. Select your **subscription** in which you want the event hub namespace to be created.
53-
5. Create a new **resource group** or select an existing resource group.
54-
6. Select a **location**.
55-
7. Click **Create**.
56-
57-
![Create a namespace](./media/event-hubs-kafka-stream-analytics/create-event-hub-namespace-page.png)
58-
4. In the **notification message**, select the **resource group name**.
59-
60-
![Create a namespace](./media/event-hubs-kafka-stream-analytics/creation-station-message.png)
61-
1. Select the **event hub namespace** in the resource group.
62-
2. Once the namespace is created, select **Shared access policies** under **SETTINGS**.
63-
64-
![Click Shared access policies](./media/event-hubs-kafka-stream-analytics/shared-access-policies.png)
65-
5. You can choose the default **RootManageSharedAccessKey**, or add a new policy. Click the policy name and copy the **connection string**. You use the connection string to configure the Kafka client.
66-
67-
![Select a policy](./media/event-hubs-kafka-stream-analytics/connection-string.png)
44+
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.
6845

6946
You can now stream events from your applications that use the Kafka protocol into Event Hubs.
7047

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ To complete this quickstart, make sure you have the following prerequisites:
2525
* [Java Development Kit (JDK) 1.7+](https://aka.ms/azure-jdks).
2626
* [Download](https://maven.apache.org/download.cgi) and [install](https://maven.apache.org/install.html) a Maven binary archive.
2727
* [Git](https://www.git-scm.com/)
28-
* [A Kafka enabled Event Hubs namespace](event-hubs-create.md)
28+
2929

3030
## Create a Kafka enabled Event Hubs namespace
3131
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.
3232

33+
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.
34+
3335
## Send and receive messages with Kafka in Event Hubs
3436

3537
1. Clone the [Azure Event Hubs for Kafka repository](https://github.com/Azure/azure-event-hubs-for-kafka).

0 commit comments

Comments
 (0)