Skip to content

Commit c815a15

Browse files
Merge pull request #113729 from spelluru/ehubfix0504
Updated Event Hubs portal quick start - screenshots and steps
2 parents 2a83f3c + 41c53e7 commit c815a15

File tree

5 files changed

+18
-14
lines changed

5 files changed

+18
-14
lines changed

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

Lines changed: 18 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,27 @@ 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+
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.
6666

6767
![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.
68+
6. On the **Review + Create** page, review the settings, and select **Create**. Wait for the deployment to complete.
6969

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.
70+
![Review + create page](./media/event-hubs-quickstart-portal/review-create.png)
71+
7. On the **Deployment** page, select **Go to resource** to navigate to the page for your namespace.
7272

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

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

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

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

9498
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)