This guide will walk you through the essential steps to create an Azure Event Hubs namespace, the fundamental building block for sending and receiving events.
An Azure Event Hubs namespace provides a unique scoping container or Uniform Resource Identifier (URI) for your Event Hubs access. You create a namespace to organize your Event Hubs logic, and your producers and consumers interact with this namespace.
Navigate to the Azure portal and sign in with your Azure account credentials.
In the Azure portal, search for Event Hubs in the top search bar and select it from the services list. Then, click Create.
On the Create Namespace page, you'll need to fill in the following details:
After configuring the basic settings, click on the Review + create button. Azure will validate your settings. If everything is correct, click Create to deploy your Event Hubs namespace.
The deployment process may take a few minutes. You can monitor the progress in the Azure portal notifications or by navigating to the resource group you selected.
Once the deployment is complete, you can navigate to your Event Hubs namespace resource. Here you will find options to create Event Hubs within the namespace, manage access policies, and generate connection strings.
Now that you have successfully created an Event Hubs namespace, you can proceed to: