Skip to content

Commit b3c1cb4

Browse files
authored
[Samples] Messaging docs fixes (Azure#58508)
The focus of these changes is to fix stale docs after Service Bus sample centralization (Azure#58506) - Added "Application samples" section to the Service Bus samples index with links to the centralized dead-letter-queue, topic-filters, and plugin-sample projects - Updated .NET version references from 5.0 to 10.0 in dead-letter-queue and topic-filters READMEs
1 parent 6cc58ee commit b3c1cb4

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

samples/servicebus/dead-letter-queue/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In order to run the sample, you will need a Service Bus Namespace. For more info
4747

4848
To build the sample:
4949

50-
1. Install [.NET 5.0](https://dot.net) or newer.
50+
1. Install [.NET 10.0](https://dotnet.microsoft.com/download) or newer.
5151

5252
2. Run in the project directory:
5353

samples/servicebus/topic-filters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In order to run the sample, you will need a Service Bus Namespace. For more info
3939

4040
To build the sample:
4141

42-
1. Install [.NET 5.0](https://dot.net) or newer.
42+
1. Install [.NET 10.0](https://dotnet.microsoft.com/download) or newer.
4343

4444
2. Run in the project directory:
4545

sdk/servicebus/Azure.Messaging.ServiceBus/samples/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ description: Samples for the Azure.Messaging.ServiceBus client library
3232
- [Long-running processing](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample18_LongRunningProcessing.md)
3333
- [Distributed tracing and monitoring](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample19_DistributedTracing.md)
3434
- [Performance patterns](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample20_PerformancePatterns.md)
35+
36+
## Application samples
37+
38+
These samples demonstrate end-to-end application scenarios using Azure Service Bus.
39+
40+
- [Dead-letter queues](https://github.com/Azure/azure-sdk-for-net/blob/main/samples/servicebus/dead-letter-queue/README.md)
41+
- [Topic filters](https://github.com/Azure/azure-sdk-for-net/blob/main/samples/servicebus/topic-filters/README.md)
42+
- [Plugin extensibility pattern](https://github.com/Azure/azure-sdk-for-net/blob/main/samples/servicebus/plugin-sample/README.md)

0 commit comments

Comments
 (0)