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
An Event Hubs namespace provides a unique scoping container, referenced by its fully qualified domain name, in which you create one or more event hubs. To create a namespace in your resource group, run the following command:
Congratulations! You have used Azure CLI to create an Event Hubs namespace, and an event hub within that namespace.
48
120
49
121
## Clean up resources
@@ -56,5 +128,5 @@ az group delete --name $rgName
56
128
## Next steps
57
129
58
130
> [!div class="nextstepaction"]
59
-
> In this article, you created a resource group, an Event Hubs namespace, and an event hub. For step-by-step instructions to send events to (or) receive events from an event hub, see the **Send and receive events** tutorials: [.NET Core](event-hubs-dotnet-standard-getstarted-send.md), [Java](event-hubs-java-get-started-send.md), [Python](event-hubs-python-get-started-send.md), [JavaScript](event-hubs-node-get-started-send.md), [Go](event-hubs-go-get-started-send.md), [C (send only)](event-hubs-c-getstarted-send.md), [Apache Storm (receive only)](event-hubs-storm-getstarted-receive.md)
131
+
> See the **Send and receive events** tutorials: [.NET Core](event-hubs-dotnet-standard-getstarted-send.md), [Java](event-hubs-java-get-started-send.md), [Python](event-hubs-python-get-started-send.md), [JavaScript](event-hubs-node-get-started-send.md)
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-quickstart-powershell.md
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,15 @@
1
1
---
2
-
title: 'Quickstart: Create an event hub using PowerShell - Azure Event Hubs'
2
+
title: 'Quickstart: Create an event hub using PowerShell'
3
3
description: This quickstart describes how to create an event hub using Azure PowerShell and then send and receive events using .NET Standard SDK.
4
4
ms.topic: quickstart
5
5
ms.date: 09/28/2021
6
6
ms.custom: devx-track-azurepowershell, mode-api
7
7
---
8
8
9
9
# Quickstart: Create an event hub using Azure PowerShell
10
+
In this quickstart, you will create an event hub using Azure PowerShell.
10
11
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).
12
-
13
-
In this quickstart, you create an event hub using Azure PowerShell.
0 commit comments