You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-dedicated-cluster-create-portal.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,13 @@ ms.author: xurui
15
15
---
16
16
17
17
# Quickstart: Create a dedicated Event Hubs cluster using Azure portal
18
-
Event Hubs clusters offer single-tenant deployments for customers with the most demanding streaming needs. This single-tenant offering has a guaranteed 99.99% SLA and is available only on 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 the dedicated cluster include all features of the standard offering and more, but without any ingress limits. It also includes the popular [Event Hubs Capture](event-hubs-capture-overview.md) feature at no additional cost, allowing you to automatically batch and log data streams to [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) or [Azure Data Lake Storage Gen 1](../data-lake-store/data-lake-store-overview.md). For more information on Event Hubs dedicated clusters, see [Dedicated Event Hubs overview](event-hubs-dedicated-overview.md).
18
+
Event Hubs clusters offer single-tenant deployments for customers with the most demanding streaming needs. This offering has a guaranteed 99.99% SLA and is available only on our Dedicated pricing tier. An [Event Hubs cluster](event-hubs-dedicated-overview.md) 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 standard offering and more, but without any ingress limits. The Dedicated offering also includes the popular [Event Hubs Capture](event-hubs-capture-overview.md) feature at no additional cost, allowing you to automatically batch and log data streams to [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) or [Azure Data Lake Storage Gen 1](../data-lake-store/data-lake-store-overview.md).
19
19
20
-
Dedicated clusters are provisioned and billed by **Capacity Units (CUs)**, a pre-allocated amount of CPU and memory resources. You can purchase 1, 2, 4, 8, 12, 16 or 20 CUs for each cluster. To scale up a cluster, first create a cluster with one CU, then submit a [support ticket](#submit-a-support-request-for-your-dedicated-cluster).
20
+
Dedicated clusters are provisioned and billed by **Capacity Units (CUs)**, a pre-allocated amount of CPU and memory resources. You can purchase 1, 2, 4, 8, 12, 16 or 20 CUs for each cluster. In this quickstart, we will walk you through creating a 1 CU Event Hubs cluster through the Azure portal.
21
+
22
+
> [!NOTE]
23
+
> This self-serve experience is currently available in preview. If you are interested in creating an Event Hubs cluster through the Azure portal, please reach out to the [Event Hubs team](mailto:[email protected]).
21
24
22
-
In this quickstart, you'll create an Event Hubs dedicated cluster using the Azure portal.
23
25
24
26
## Prerequisites
25
27
To complete this quickstart, make sure that you have:
@@ -30,21 +32,21 @@ To complete this quickstart, make sure that you have:
30
32
-[Created a resource group](../event-hubs/event-hubs-create.md#create-a-resource-group).
31
33
32
34
## Create an Event Hubs Dedicated Cluster
33
-
An Event Hubs dedicated cluster provides a unique scoping container, referenced by its fully qualified domain name, in which you can create one or more namespaces. In the Preview phase of the portal self-serve experience, you can create one CU cluster in supported regions. If you need a cluster larger than one CU, create a cluster with one CU first and then submit a request to scale up your cluster.
35
+
An Event Hubs cluster provides a unique scoping containerin which you can create one or more namespaces. In this Preview phase of the portal self-serve experience, you can create 1 CU clusters in select regions. If you need a cluster larger than 1 CU, you can submit an Azure support request to scale up your cluster after its creation.
34
36
35
-
To create a cluster in your resource group using the Azure portal, do the following steps:
37
+
To create a cluster in your resource group using the Azure portal, please complete the following steps:
36
38
37
39
1. In the [Azure portal](https://portal.azure.com), select **+ Create a Resource** from the left navigation menu.
38
40
2. Type **Event Hubs Clusters** on the search bar, then press ENTER.
39
-
3. On the **Create Cluster** page, take the following steps:
41
+
3. On the **Create Cluster** page, configure the following:
40
42
1. Enter a **name for the cluster**. The system immediately checks to see if the name is available.
41
43
2. Select the **subscription** in which you want to create the cluster.
42
44
3. Select the **resource group** in which you want to create the cluster.
43
-
4. Select a **location** for the cluster. If your preferred region is grayed out, submit a [support request](#submit-a-support-request-for-your-dedicated-cluster).
45
+
4. Select a **location** for the cluster. If your preferred region is grayed out, it is temporarily out of capacity and you can submit a [support request](#submit-a-support-request) to the Event Hubs team.
44
46
5. 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.
4. On the **Tags** page, take the following steps:
49
+
4. On the **Tags** page, configure the following:
48
50
1. Enter a **name** and a **value** for the tag you want to add. This step is **optional**.
49
51
2. Select the **Review + Create** button.
50
52
@@ -71,9 +73,9 @@ To create a cluster in your resource group using the Azure portal, do the follow
71
73
3. Once your namespace is created, you can [create an event hub](event-hubs-create.md#create-an-event-hub) as you would normally create one within a namespace.
72
74
73
75
74
-
## Submit a support request for your dedicated cluster
76
+
## Submit a support request
75
77
76
-
To submit a support request, follow these steps:
78
+
If you wish to change the size of your cluster after creation or if your preferred region is not available, please submit a support request by following these steps:
77
79
78
80
1. In [Azure portal](https://portal.azure.com), select **Help + support** from the left menu.
79
81
2. Select **+ New support request** from the Support menu.
@@ -91,7 +93,8 @@ To submit a support request, follow these steps:
1. To delete the cluster, select **Delete** from the top menu.
96
+
97
+
1. To delete the cluster, select **Delete** from the top menu. Please note that your cluster will be billed for a minimum of 4 hours of usage after creation.
95
98
2. A message will appear confirming your wish to delete the cluster.
96
99
3. Type the **name of the cluster** and select **Delete** to delete the cluster.
0 commit comments