Skip to content

Commit c50bb14

Browse files
committed
Updated steps and screenshot
1 parent 1524a36 commit c50bb14

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

articles/event-hubs/event-hubs-create.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: spelluru
88
ms.service: event-hubs
99
ms.topic: quickstart
1010
ms.custom: mvc
11-
ms.date: 02/11/2020
11+
ms.date: 05/04/2020
1212
ms.author: spelluru
1313
#Customer intent: How do I stream data and process telemetry from an event hub?
1414

@@ -56,21 +56,26 @@ An Event Hubs namespace provides a unique scoping container, referenced by its f
5656

5757
![Add button](./media/event-hubs-quickstart-portal/event-hubs-add-toolbar.png)
5858
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+
5. Select **Review + Create** at the bottom of the page.
6665

6766
![Create an event hub namespace](./media/event-hubs-quickstart-portal/create-event-hub1.png)
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.
67+
6. On the **Review + Create** page, review the settings, and select **Create**. Wait for the deployment to complete.
6968

70-
![Create an event hub namespace](./media/event-hubs-quickstart-portal/event-hubs-refresh.png)
71-
6. Select the namespace. You see the home page for your **Event Hubs namespace** in the portal.
69+
![Review + create page](./media/event-hubs-quickstart-portal/review-create.png)
70+
7. On the **Deployment** page, select **Go to resource** to navigate to the page for your namespace.
7271

73-
![Home page for the namespace](./media/event-hubs-quickstart-portal/namespace-home-page.png)
72+
![Deployment complete - go to resource](./media/event-hubs-quickstart-portal/deployment-complete.png)
73+
8. Confirm that you see the **Event Hubs Namespace** page similar to the following example:
74+
75+
![Home page for the namespace](./media/event-hubs-quickstart-portal/namespace-home-page.png)
76+
77+
> [!NOTE]
78+
> 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).
7479
7580
## Create an event hub
7681

@@ -87,8 +92,6 @@ To create an event hub within the namespace, do the following actions:
8792

8893
![Event hub created](./media/event-hubs-quickstart-portal/event-hub-created.png)
8994

90-
Congratulations! You have used the portal to create an Event Hubs namespace, and an event hub within that namespace.
91-
9295
## Next steps
9396

9497
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:
48.9 KB
Loading
48.4 KB
Loading
-32.6 KB
Loading
55 KB
Loading

0 commit comments

Comments
 (0)