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
4. On the **Create namespace** page, take the following steps:
59
-
1.Enter a**name**for the namespace. The system immediately checks to see if the name is available.
60
-
2.Choose the **pricing tier**(Basic or Standard).
61
-
3.Notice that**Enable Kafka**option is automatically enabled. Azure Event Hubs provides you with a Kafka endpoint. This endpoint enables your Event Hubs namespace to natively understand [Apache Kafka](https://kafka.apache.org/intro) message protocol and APIs. With this capability, you can communicate with your event hubs as you would with Kafka topics without changing your protocol clients or running your own clusters. Event Hubs supports [Apache Kafka versions 1.0](https://kafka.apache.org/10/documentation.html) and later.
62
-
4. Select the**subscription**in which you want to create the namespace.
63
-
5.Select an existing **resource group** or create a new resource group.
64
-
4. Select a**location**for the namespace.
65
-
5. Select **Create**. You may have to wait a few minutes for the system to fully provision the resources.
59
+
1.Select the**subscription**in which you want to create the namespace.
60
+
2.Select the **resource group**you created in the previous step.
61
+
3.Enter a**name**for the namespace. The system immediately checks to see if the name is available.
62
+
4. Select a**location**for the namespace.
63
+
5.Choose the **pricing tier**(Basic or Standard).
64
+
6. Leave the**throughput units**settings as it is. To learn about throughput units, see [Event Hubs scalability](event-hubs-scalability.md#throughput-units)
65
+
5. Select **Review + Create** at the bottom of the page.
66
66
67
67

68
-
5. Refresh the **Event Hubs** page to see the event hub namespace. You can check the status of the event hub creation in the alerts.
68
+
6. On the **Review + Create** page, review the settings, and select **Create**. Wait for the deployment to complete.
69
69
70
-

71
-
6. Select the namespace. You see the home page for your **Event Hubs namespace**in the portal.
7. On the **Deployment** page, select **Go to resource**to navigate to the page for your namespace.
72
72
73
-

73
+

74
+
8. Confirm that you see the **Event Hubs Namespace** page similar to the following example:
75
+
76
+

77
+
78
+
> [!NOTE]
79
+
> Azure Event Hubs provides you with a Kafka endpoint. This endpoint enables your Event Hubs namespace to natively understand [Apache Kafka](https://kafka.apache.org/intro) message protocol and APIs. With this capability, you can communicate with your event hubs as you would with Kafka topics without changing your protocol clients or running your own clusters. Event Hubs supports [Apache Kafka versions 1.0](https://kafka.apache.org/10/documentation.html) and later. For more information, see [Use Event Hubs from Apache Kafka applications](event-hubs-for-kafka-ecosystem-overview.md).
74
80
75
81
## Create an event hub
76
82
@@ -87,8 +93,6 @@ To create an event hub within the namespace, do the following actions:
Congratulations! You have used the portal to create an Event Hubs namespace, and an event hub within that namespace.
91
-
92
96
## Next steps
93
97
94
98
In this article, you created a resource group, an Event Hubs namespace, and an event hub. For step-by-step instructions to send events to (or) receive events from an event hub, see the **Send and receive events** tutorials:
0 commit comments