Skip to content

Commit 3b40de5

Browse files
authored
Merge pull request #49475 from spelluru/ehubqs0820
updated titles
2 parents 19b1e8a + 89fcfaa commit 3b40de5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

articles/event-hubs/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
- name: Quickstarts
1212
expanded: true
1313
items:
14-
- name: Process event streams - Portal
14+
- name: Create an event hub - Portal
1515
href: event-hubs-quickstart-portal.md
16-
- name: Process event streams - Azure CLI
16+
- name: Create an event hub - Azure CLI
1717
href: event-hubs-quickstart-cli.md
18-
- name: Process event streams - Azure PowerShell
18+
- name: Create an event hub - Azure PowerShell
1919
href: event-hubs-quickstart-powershell.md
2020
- name: Stream into Event Hubs for Apache Kafka
2121
href: event-hubs-quickstart-kafka-enabled-event-hubs.md

articles/event-hubs/event-hubs-quickstart-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - Process event streams using Azure CLI | Microsoft Docs
3-
description: In this quickstart, you learn how to process event streams using Azure CLI.
2+
title: Azure Quickstart - Create an event hub using Azure CLI | Microsoft Docs
3+
description: This quickstart describes how to create an event hub using Azure CLI and then send and receive events using Java.
44
services: event-hubs
55
author: ShubhaVijayasarathy
66
manager: timlt
@@ -15,7 +15,7 @@ ms.author: shvija
1515

1616
---
1717

18-
# Quickstart: Process event streams using Azure CLI and Java
18+
# Quickstart: Create an event hub using Azure CLI
1919

2020
Azure Event Hubs is a highly scalable data streaming platform and ingestion service capable of receiving and processing millions of events per second. This quickstart shows how to create Event Hubs resources using Azure CLI, then send and receive event streams from an event hub using Java code.
2121

articles/event-hubs/event-hubs-quickstart-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - Process event streams using the Azure portal | Microsoft Docs
3-
description: In this quickstart, you learn how to process event streams using Azure portal.
2+
title: Azure Quickstart - Create an event hub using the Azure portal | Microsoft Docs
3+
description: In this quickstart, you learn how to create an Azure event hub using Azure portal and then send and receive events using .NET Standard SDK.
44
services: event-hubs
55
documentationcenter: ''
66
author: ShubhaVijayasarathy
@@ -15,7 +15,7 @@ ms.author: shvija
1515

1616
---
1717

18-
# Quickstart: Process event streams using the Azure portal and .NET
18+
# Quickstart: Create an event hub using Azure portal
1919

2020
Azure Event Hubs is a highly scalable data streaming platform and ingestion service capable of receiving and processing millions of events per second. This quickstart shows how to create an event hub using the [Azure portal](https://portal.azure.com), and then send to and receive from an event hub using the .NET Standard SDK.
2121

articles/event-hubs/event-hubs-quickstart-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure Quickstart - process event streams using PowerShell | Microsoft Docs
3-
description: This quickstart describes how to send and receive Azure Event Hubs events using PowerShell and a sample .NET application.
2+
title: Azure Quickstart - Create an event hub using PowerShell | Microsoft Docs
3+
description: This quickstart describes how to create an event hub using Azure PowerShell and then send and receive events using .NET Standard SDK.
44
services: event-hubs
55
author: ShubhaVijayasarathy
66
manager: timlt
@@ -16,7 +16,7 @@ ms.author: shvija
1616

1717
---
1818

19-
# Quickstart: Process event streams using PowerShell and .NET Standard
19+
# Quickstart: Create an event hub using Azure PowerShell
2020

2121
Azure Event Hubs is a highly scalable data streaming platform and ingestion service capable of receiving and processing millions of events per second. This quickstart shows how to create an event hub using Azure PowerShell, and then send to and receive from an event hub using the .NET Standard SDK.
2222

0 commit comments

Comments
 (0)