Skip to content

Commit 75cafeb

Browse files
Merge pull request #223705 from spelluru/ehubqslinter0111
Quickstart Linter
2 parents dca5801 + 59e077b commit 75cafeb

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Send or receive events from Azure Event Hubs using .NET (latest)
3-
description: This article provides a walkthrough to create a .NET Core application that sends/receives events to/from Azure Event Hubs by using the latest Azure.Messaging.EventHubs package.
2+
title: 'Quickstart: Send or receive events using .NET'
3+
description: A quickstart to create a .NET Core application that sends/receives events to/from Azure Event Hubs by using the Azure.Messaging.EventHubs package.
44
ms.topic: quickstart
55
ms.date: 02/28/2022
66
ms.devlang: csharp
77
ms.custom: devx-track-csharp, mode-api, contperf-fy22q3, passwordless-dotnet
88
---
99

10-
# Send events to and receive events from Azure Event Hubs - .NET (Azure.Messaging.EventHubs)
11-
This quickstart shows how to send events to and receive events from an event hub using the **Azure.Messaging.EventHubs** .NET library.
10+
# Quickstart: Send events to and receive events from Azure Event Hubs - .NET (Azure.Messaging.EventHubs)
11+
In this quickstart, you will learn how to send events to and receive events from an event hub using the **Azure.Messaging.EventHubs** .NET library.
1212

1313
> [!NOTE]
1414
> You can find all .NET samples for Event Hubs in our [.NET SDK repository on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/eventhub/).
@@ -401,10 +401,18 @@ Task ProcessErrorHandler(ProcessErrorEventArgs eventArgs)
401401

402402
:::image type="content" source="./media/getstarted-dotnet-standard-send-v2/verify-messages-portal-2.png" alt-text="Image of the Azure portal page to verify that the event hub sent events to the receiving app" lightbox="./media/getstarted-dotnet-standard-send-v2/verify-messages-portal-2.png":::
403403

404+
## Clean up resources
405+
Delete the resource group that has the Event Hubs namespace or delete only the namespace if you want to keep the resource group.
404406

405-
## Next steps
406-
This quick start provides step-by-step instructions to implement a simple scenario of sending a batch of events to an event hub and then receiving them. For more samples on other and advanced scenarios, check out the following samples on GitHub.
407+
## Samples
408+
This quick start provides step-by-step instructions to implement a simple scenario of sending a batch of events to an event hub and then receiving them. For more samples, select the following links.
407409

408410
- [Event Hubs samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs/samples)
409411
- [Event processor samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs.Processor/samples)
410412
- [Azure role-based access control (Azure RBAC) sample](https://github.com/Azure/azure-event-hubs/tree/master/samples/DotNet/Azure.Messaging.EventHubs/ManagedIdentityWebApp)
413+
414+
## Next steps
415+
See the following tutorial:
416+
417+
> [!div class="nextstepaction"]
418+
> [Tutorial: Visualize data anomalies in real-time events sent to Azure Event Hubs](event-hubs-tutorial-visualize-anomalies.md)

0 commit comments

Comments
 (0)