Create an Event Hub Namespace and Event Hub
This image displays the form within the Azure portal used to configure and create a new Event Hub namespace and an Event Hub. It shows various fields for naming, selecting subscription, resource group, region, pricing tier, and other essential settings.
Key Steps and Fields:
- Subscription & Resource Group: Select your Azure subscription and resource group for organization.
- Namespace Name: Choose a globally unique name for your Event Hubs namespace.
- Location: Select the Azure region where your namespace will be deployed.
- Availability Zones: Configure zone redundancy for high availability (if applicable).
- Pricing Tier: Select the appropriate tier (Basic, Standard, Premium) based on your throughput and features needs.
- Event Hub Name: Define the name for your individual Event Hub within the namespace.
- Partition Count: Determine the number of partitions for your Event Hub.
- Message Retention: Set how long messages should be retained.
- Auto-Inflate: Enable automatic scaling of throughput units.
- Enable Partition Load Balancing: Allow Azure to distribute partitions across availability zones.