| title | Create an Azure Event Hubs namespace (portal) |
|---|---|
| description | This article shows you how to create an Event Hubs namespace in the Azure portal. |
| author | spelluru |
| ms.service | azure-event-hubs |
| ms.topic | include |
| ms.date | 06/25/2025 |
| ms.author | spelluru |
| ms.custom | sfi-image-nochange |
An Event Hubs namespace provides a unique scoping container in which you create event hubs. To create a namespace in your resource group using the portal:
-
In the Azure portal, from the flyout menu, select All services. In the All services page, search for and select Event Hubs.
:::image type="content" source="./media/create-event-hubs-namespace/select-event-hubs-menu.png" alt-text="Screenshot showing the selection of Event Hubs in the All services page.":::
-
In the Event Hubs page, select Create.
:::image type="content" source="./media/create-event-hubs-namespace/event-hubs-add-toolbar.png" alt-text="Screenshot showing the selection of Create button on the Event hubs page." lightbox="./media/create-event-hubs-namespace/event-hubs-add-toolbar.png":::
-
On the Create namespace page, take the following steps:
-
Select the Subscription in which you want to create the namespace.
-
Select the Resource group you created in the previous step.
-
Enter a name for the namespace. The system immediately checks to see if the name is available.
-
Select a Region for the namespace.
-
For the pricing tier, choose Basic.
[!NOTE] If you plan to use the namespace from Apache Kafka apps, use the Standard tier. The basic tier doesn't support Apache Kafka workloads. To learn about differences between tiers, see Quotas and limits, Event Hubs Premium, and Event Hubs Dedicated articles.
-
Leave the throughput units (for standard tier) or processing units (for premium tier) setting as it is. To learn about throughput units or processing units, see Event Hubs scalability.
-
Select Review + Create.
:::image type="content" source="./media/create-event-hubs-namespace/create-event-hub1.png" alt-text="Screenshot of the Create Namespace page in the Azure portal.":::
-
On the Review + Create page, review the settings, and select Create. Wait for the deployment to complete.
-
-
On the Deployment page, select Go to resource to navigate to the page for your namespace.
:::image type="content" source="./media/create-event-hubs-namespace/deployment-complete.png" alt-text="Screenshot of the Deployment complete page with the link to resource.":::
-
Confirm that you see the Event Hubs Namespace page similar to the following example:
:::image type="content" source="./media/create-event-hubs-namespace/namespace-home-page.png" lightbox="./media/create-event-hubs-namespace/namespace-home-page.png" alt-text="Screenshot of the home page for your Event Hubs namespace in the Azure portal.":::