Skip to content

Commit ae31258

Browse files
committed
edits
1 parent 53e7a2b commit ae31258

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

articles/event-hubs/event-hubs-bicep-namespace-event-hub.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 03/22/2022
1212

1313
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 [Bicep](../azure-resource-manager/bicep/overview.md). You deploy a Bicep file to create a namespace of type [Event Hubs](./event-hubs-about.md), with one event hub.
1414

15-
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-bicep-introduction.md)]
15+
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
1616

1717
## Prerequisites
1818

@@ -29,8 +29,6 @@ The resources defined in the Bicep file include:
2929
- [**Microsoft.EventHub/namespaces**](/azure/templates/microsoft.eventhub/namespaces)
3030
- [**Microsoft.EventHub/namespaces/eventhubs**](/azure/templates/microsoft.eventhub/namespaces/eventhubs)
3131

32-
To find template samples, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/?term=eventhub&pageNumber=1&sort=Popular).
33-
3432
## Deploy the Bicep file
3533

3634
1. Save the Bicep file as **main.bicep** to your local computer.
@@ -53,7 +51,7 @@ To find template samples, see [Azure Quickstart Templates](https://azure.microso
5351
---
5452
5553
> [!NOTE]
56-
> Replace **\<project-name\>** with a project name. It will be used to generate the Event Hub and the Namespace name.
54+
> Replace **\<project-name\>** with a project name. It will be used to generate the Event Hub name and the Namespace name.
5755
5856
When the deployment finishes, you should see a message indicating the deployment succeeded.
5957
@@ -105,13 +103,10 @@ In this article, you created an Event Hubs namespace and an event hub in the nam
105103
- [C (send only)](event-hubs-c-getstarted-send.md)
106104
- [Apache Storm (receive only)](event-hubs-storm-getstarted-receive.md)
107105

108-
109106
[3]: ./media/event-hubs-quickstart-powershell/sender1.png
110107
[4]: ./media/event-hubs-quickstart-powershell/receiver1.png
111108
[5]: ./media/event-hubs-quickstart-powershell/metrics.png
112109

113110
[Understand the structure and syntax of Bicep files]: ../azure-resource-manager/bicep/file.md
114-
[Azure Quickstart Templates]: https://azure.microsoft.com/resources/templates/?term=event+hubs
115111
[Deploy resources with Bicep and Azure PowerShell]: ../azure-resource-manager/bicep/deploy-powershell.md
116-
[Deploy resource with Bicep and Azure CLI]: ../azure-resource-manager/bicep/deploy-cli.md
117-
[Event hub and consumer group template]: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.eventhub/event-hubs-create-event-hub-and-consumer-group/
112+
[Deploy resource with Bicep and Azure CLI]: ../azure-resource-manager/bicep/deploy-cli.md

0 commit comments

Comments
 (0)