Skip to content

Commit fcb6152

Browse files
committed
ARM quickstart
1 parent 977e2bb commit fcb6152

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

articles/event-hubs/event-hubs-resource-manager-namespace-event-hub.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,19 @@
11
---
2-
title: 'Quickstart: Create an event hub with consumer group - Azure Event Hubs'
2+
title: 'Quickstart: Create an Azure event hub with consumer group'
33
description: 'Quickstart: Create an Event Hubs namespace with an event hub and a consumer group using Azure Resource Manager templates'
44
ms.topic: quickstart
55
ms.custom: subject-armqs, mode-arm
66
ms.date: 06/08/2021
77
---
88

99
# 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.
12-
13-
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
14-
15-
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-
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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.
1811

1912
## Prerequisites
2013

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+
2217

2318
## Review the template
2419

@@ -35,9 +30,22 @@ To find more template samples, see [Azure Quickstart Templates](https://azure.mi
3530

3631
## Deploy the template
3732

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+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](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:
3947

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.
4149

4250
```azurepowershell-interactive
4351
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
@@ -55,6 +63,7 @@ To deploy the template:
5563

5664
1. Select **Copy** to copy the PowerShell script.
5765
1. Right-click the shell console, and then select **Paste**.
66+
1. Press **ENTER** to run the commands.
5867

5968
## Validate the deployment
6069

0 commit comments

Comments
 (0)