|
1 | 1 | ---
|
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. |
4 | 4 | ms.topic: quickstart
|
5 | 5 | ms.date: 02/28/2022
|
6 | 6 | ms.devlang: csharp
|
7 | 7 | ms.custom: devx-track-csharp, mode-api, contperf-fy22q3, passwordless-dotnet
|
8 | 8 | ---
|
9 | 9 |
|
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. |
12 | 12 |
|
13 | 13 | > [!NOTE]
|
14 | 14 | > 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)
|
401 | 401 |
|
402 | 402 | :::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":::
|
403 | 403 |
|
| 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. |
404 | 406 |
|
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. |
407 | 409 |
|
408 | 410 | - [Event Hubs samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs/samples)
|
409 | 411 | - [Event processor samples on GitHub](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/eventhub/Azure.Messaging.EventHubs.Processor/samples)
|
410 | 412 | - [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