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-resource-manager-namespace-event-hub.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,19 @@
1
1
---
2
-
title: 'Quickstart: Create an event hub with consumer group - Azure Event Hubs'
2
+
title: 'Quickstart: Create an Azure event hub with consumer group'
3
3
description: 'Quickstart: Create an Event Hubs namespace with an event hub and a consumer group using Azure Resource Manager templates'
4
4
ms.topic: quickstart
5
5
ms.custom: subject-armqs, mode-arm
6
6
ms.date: 06/08/2021
7
7
---
8
8
9
9
# Quickstart: Create an event hub by using an ARM template
10
-
11
-
Azure Event Hubs is a Big Data streaming platform and event ingestion service, capable of receiving and processing millions of events per second. Event Hubs can process and store events, data, or telemetry produced by distributed software and devices. Data sent to an event hub can be transformed and stored using any real-time analytics provider or batching/storage adapters. For detailed overview of Event Hubs, see [Event Hubs overview](event-hubs-about.md) and [Event Hubs features](event-hubs-features.md). In this quickstart, you create an event hub by using an [Azure Resource Manager template (ARM template)](../azure-resource-manager/management/overview.md). You deploy an ARM template to create a namespace of type [Event Hubs](./event-hubs-about.md), with one event hub.
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
16
-
17
-
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.eventhub%2Feventhubs-create-namespace-and-eventhub%2Fazuredeploy.json)
10
+
In this quickstart, you will create an event hub by using an [Azure Resource Manager template (ARM template)](../azure-resource-manager/management/overview.md). You deploy an ARM template to create a namespace of type [Event Hubs](./event-hubs-about.md), with one event hub.
18
11
19
12
## Prerequisites
20
13
21
-
If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
14
+
- If you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free/) before you begin.
15
+
- If you are new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) and [Event Hubs features](event-hubs-features.md).
16
+
22
17
23
18
## Review the template
24
19
@@ -35,9 +30,22 @@ To find more template samples, see [Azure Quickstart Templates](https://azure.mi
35
30
36
31
## Deploy the template
37
32
38
-
To deploy the template:
33
+
### Using Azure portal user interface
34
+
35
+
1. If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
36
+
37
+
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.eventhub%2Feventhubs-create-namespace-and-eventhub%2Fazuredeploy.json)
38
+
2. Select an existing **resource group** or create a resource group and select it.
39
+
1. Select the **region**.
40
+
1. Enter a unique **name** for the **project**. This name will be used to generate names for an Event Hubs namespace and an event hub in the namespace.
41
+
1. Select **Review + create**.
42
+
1. On the **Review + create** page, select **Create**.
43
+
44
+
### Using Azure CloudShell
45
+
46
+
To deploy the template using Azure Cloud Shell:
39
47
40
-
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud Shell.
48
+
1. Select **Open Cloud Shell** from the following code block, and then follow the instructions to sign in to the Azure Cloud Shell.
41
49
42
50
```azurepowershell-interactive
43
51
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
@@ -55,6 +63,7 @@ To deploy the template:
55
63
56
64
1. Select **Copy** to copy the PowerShell script.
57
65
1. Right-click the shell console, and then select **Paste**.
0 commit comments