Quickstart: Create a Dedicated Azure Event Hubs cluster using Azure portal

Event Hubs clusters offer single-tenant deployments for customers with the most demanding streaming needs. This offering has a guaranteed 99.99% SLA, which is available only in our Dedicated pricing tier. An Event Hubs cluster can ingress millions of events per second with guaranteed capacity and subsecond latency. Namespaces and event hubs created within a cluster include all features of the premium offering and more, but without any ingress limits. The Dedicated offering also includes the popular Event Hubs Capture feature at no additional cost, allowing you to automatically batch and log data streams to Azure Blob Storage or Azure Data Lake Storage Gen 1.

Dedicated clusters are provisioned and billed by capacity units (CUs), a pre-allocated amount of CPU and memory resources. You can purchase up to 10 CUs for a cluster in the Azure portal. If you need a cluster larger than 10 CU, you can submit an Azure support request to scale up your cluster after its creation. In this quickstart, we'll walk you through creating a 1 CU Event Hubs cluster through the Azure portal.

Note

  • The Dedicated tier isn't available in all regions. Try to create a Dedicated cluster in the Azure portal and see supported regions in the Location drop-down list on the Create Event Hubs Cluster page.
  • This Azure Portal self-serve experience is currently in preview. If you have any questions about the Dedicated offering, reach out to the Event Hubs team.

Prerequisites

To complete this quickstart, make sure that you have:

Create an Event Hubs Dedicated Cluster

An Event Hubs cluster provides a unique scoping container in which you can create one or more namespaces.

Warning

You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see Event Hubs - Pricing.

To create a cluster in your resource group using the Azure portal, complete the following steps:

  1. Follow this link to create a cluster on Azure portal. Conversely, select All services from the left navigation pane, then type in Event Hubs Clusters in the search bar and select Event Hubs Clusters from the list of results.

  2. On the Event Hubs Clusters page, select + Create on the toolbar.

  3. On the Create Cluster page, configure the following settings:

    1. Enter a name for the cluster. The system immediately checks to see if the name is available.

    2. Select the subscription in which you want to create the cluster.

    3. Select the resource group in which you want to create the cluster.

    4. Notice that the Support Scaling option is set to Enabled.

    5. Select a location for the cluster. If your preferred region is grayed out or it's temporarily out of capacity. Submit a support request to the Event Hubs team for further assistance.

    6. For Capacity units, move the slider to set the number or CUs. The minimum value is 1 and the maximum value is 10.

    7. Select the Next: Tags button at the bottom of the page. You may have to wait a few minutes for the system to fully provision the resources.

      Image showing the Create Event Hubs Cluster - Basics page.

  4. On the Tags page, configure the following:

    1. Enter a name and a value for the tag you want to add. This step is optional.

    2. Select the Review + Create button.

      Important

      You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see Event Hubs - Pricing.

  5. On the Review + Create page, review the details, and select Create.

    Image showing the Create Event Hubs Cluster page - Review + Create page.

  6. After the creation is successful, select Go to resource to navigate to the home page for your Event Hubs cluster.

Create a namespace and event hub within a cluster

  1. To create a namespace within a cluster, on the Event Hubs Cluster page for your cluster, select +Namespace from the top menu.

    Image showing the Cluster management page - add namespace button.

  2. On the Create a namespace page, do the following steps:

    1. Enter a name for the namespace. The system checks to see if the name is available.

    2. The namespace inherits the following properties:

      1. Subscription ID
      2. Resource Group
      3. Location
      4. Cluster Name
    3. Select Create to create the namespace. Now you can manage your cluster.

      Image showing the Create namespace in the cluster page.

  3. Once your namespace is created, you can create an event hub as you would normally create one within a namespace.

Scale a Dedicated cluster

For clusters created with the Support Scaling option set, use the following steps to scale out or scale in your cluster.

  1. On the Event Hubs Cluster page for your Dedicated cluster, select Scale on the left menu.

    Screenshot showing the Scale tab of the Event Hubs Cluster page.

  2. Use the slider to increase (scale out) or decrease (scale in) capacity units assigned to the cluster.

  3. Then, select Save on the command bar.

    The Scale tab is available only for the Event Hubs clusters created with the Support scaling option checked. You don't see the Scale tab for clusters that were created before this feature was released or for the clusters you created without selecting the Support scaling option. If you wish to change the size of a cluster that you can't scale yourself, or if your preferred region isn't available, submit a support request by using the following steps.

Submit a support request

  1. In Azure portal, select Help + support from the left menu.
  2. Select Create a support request on the toolbar.
  3. On the support page, follow these steps:
    1. For Issue Type, select Technical from the drop-down list.

    2. For Subscription, select your subscription.

    3. For Service, select My services, and then select Event Hubs.

    4. For Resource, select your cluster if it exists already, otherwise select General Question/Resource Not Available.

    5. For Problem type, select Quota or Configuration changes.

    6. For Problem subtype, select one of the following values from the drop-down list:

      1. Select Dedicated Cluster SKU requests to request for the feature to be supported in your region.
      2. Select Scale up or down a Dedicated Cluster if you want to scale up or scale down your Dedicated cluster.
    7. For Subject, describe the issue.

      Support ticket page

Delete a Dedicated cluster

  1. To delete the cluster, select Delete from the toolbar on the Event Hubs Cluster page for your cluster.

    Important

    You won't be able to delete the cluster for at least 4 hours after you create it. Therefore, you will be charged for a minimum 4 hours of usage of the cluster. For more information on pricing, see Event Hubs - Pricing.

    Screenshot showing the Delete button on the Event Hubs Cluster page.

  2. A message will appear confirming your wish to delete the cluster.

  3. Type the name of the cluster and select Delete to delete the cluster.

    Delete cluster page

Next steps

In this article, you created an Event Hubs cluster. For step-by-step instructions to send and receive events from an event hub, and capture events to an Azure storage or Azure Data Lake Store, see the following tutorials: