Skip to content

Commit 4937413

Browse files
committed
change
1 parent e826b5b commit 4937413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/dot-net-development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 07/27/2022
66
---
77

88
# .NET development for Azure Event Hubs
9-
This section provides how to develop applications using the Azure Event Hubs client library ([Azure.Messaging.EventHubs](https://www.nuget.org/packages/Azure.Messaging.EventHubs/)). Articles in this section are ordered by increasing complexity, starting with more basic scenarios to help get started quickly. Though articles are independent, they'll assume an understanding of the content discussed in earlier articles.
9+
This section provides how to develop applications using the Azure Event Hubs client library ([Azure.Messaging.EventHubs](https://www.nuget.org/packages/Azure.Messaging.EventHubs/)).
1010

1111
## Install the package
1212
Install the Azure Event Hubs client library for .NET with [NuGet](https://www.nuget.org/packages/Azure.Messaging.EventHubs/):
@@ -207,7 +207,7 @@ The Event Hubs client logs are available to any `EventListener` by opting into t
207207
The Event Hubs client library is also instrumented for distributed tracing using Application Insights or OpenTelemetry. More information can be found in the [Azure.Core Diagnostics sample](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/Diagnostics.md#distributed-tracing).
208208

209209
## Next steps
210-
See the following samples (in the order of complexity).
210+
See the following articles.
211211

212212
- [Hello world](hello-world-publish-receive-events.md)
213213
An introduction to Event Hubs, illustrating the basic flow of events through an event hub, with the goal of quickly allowing you to view events being published and read from the Event Hubs service.

0 commit comments

Comments
 (0)