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/event-hubs/event-hubs-kafka-stream-analytics.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.topic: tutorial
12
12
ms.tgt_pltfrm: na
13
13
ms.workload: na
14
14
ms.custom: seodec18
15
-
ms.date: 12/20/2019
15
+
ms.date: 02/20/2020
16
16
ms.author: spelluru
17
17
18
18
---
@@ -39,32 +39,9 @@ To complete this quickstart, make sure you have the following prerequisites:
39
39
40
40
41
41
## 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.
42
43
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
-

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
-

58
-
4. In the **notification message**, select the **resource group name**.
59
-
60
-

61
-
1. Select the **event hub namespace** in the resource group.
62
-
2. Once the namespace is created, select **Shared access policies** under **SETTINGS**.
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
-

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.
68
45
69
46
You can now stream events from your applications that use the Kafka protocol into Event Hubs.
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.
32
32
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
+
33
35
## Send and receive messages with Kafka in Event Hubs
34
36
35
37
1. Clone the [Azure Event Hubs for Kafka repository](https://github.com/Azure/azure-event-hubs-for-kafka).
0 commit comments