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-grid/blob-event-quickstart-template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: 'Send Blob storage events to web endpoint - template'
3
3
description: Use Azure Event Grid and an Azure Resource Manager template to create Blob storage account, and subscribe its events. Send the events to a Webhook.'
:::image type="content" source="./media/custom-event-to-eventhub/show-result.png" lightbox="./media/custom-event-to-eventhub/show-result.png" alt-text="Image showing the portal page with incoming message count as 3.":::
93
99
94
100
Typically, you create an application that retrieves the events from the event hub. To create an application that gets messages from an event hub, see:
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-dedicated-cluster-create-portal.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Create an Event Hubs dedicated cluster using the Azure portal
3
3
description: In this quickstart, you learn how to create an Azure Event Hubs cluster using Azure portal.
4
4
ms.topic: quickstart
5
-
ms.date: 06/23/2020
5
+
ms.date: 09/28/2021
6
6
---
7
7
8
8
# Quickstart: Create a dedicated Event Hubs cluster using Azure portal
@@ -30,29 +30,31 @@ An Event Hubs cluster provides a unique scoping container in which you can creat
30
30
31
31
To create a cluster in your resource group using the Azure portal, complete the following steps:
32
32
33
-
1. Follow [this link](https://aka.ms/eventhubsclusterquickstart) 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.
34
-
2. On the **Create Cluster** page, configure the following settings:
33
+
1. Follow [this link](https://aka.ms/eventhubsclusterquickstart) 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.
34
+
1. On the **Event Hubs Clusters** page, select **+ Create** on the toolbar.
35
+
1. On the **Create Cluster** page, configure the following settings:
35
36
1. Enter a **name for the cluster**. The system immediately checks to see if the name is available.
36
37
2. Select the **subscription** in which you want to create the cluster.
37
38
3. Select the **resource group** in which you want to create the cluster.
38
39
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.
39
40
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.
2. On the **Create a namespace** page, do the following steps:
57
59
1. Enter a **name for the namespace**. The system checks to see if the name is available.
58
60
2. The namespace inherits the following properties:
@@ -62,7 +64,7 @@ To create a cluster in your resource group using the Azure portal, complete the
62
64
4. Cluster Name
63
65
3. Select **Create** to create the namespace. Now you can manage your cluster.
64
66
65
-

67
+
:::image type="content" source="./media/event-hubs-dedicated-cluster-create-portal/create-namespace-cluster-page.png" alt-text="Image showing the Create namespace in the cluster page.":::
66
68
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.
0 commit comments