Commit f3c8da9
authored
[Samples] Centralize messaging samples (Azure#58447)
* [Samples] Centralize messaging samples
Event Hubs samples migration:
- Moved aspnet-hosted-service from sdk/eventhub/ to samples/eventhubs/
- Deleted sdk/eventhub shared Directory.Build.props and Directory.Build.targets
- Updated EH Processor samples README link to new location
IoT Hub to Event Hubs sample:
- Bumped Microsoft.Azure.Devices 1.40.0 to 1.41.0
- Updated README for .NET 10, VS 2026, and learn.microsoft.com links
Service Bus samples migration:
- Moved DeadLetterQueue, TopicFilters, and PluginSample from sdk/servicebus/
to samples/servicebus/ (dead-letter-queue, topic-filters, plugin-sample)
- Deleted sdk/servicebus shared Directory.Build.props and Directory.Build.targets
- Scrubbed SDK repo integration from all csproj files
- Created SampleSharedSource bridge project under sdk/servicebus tests to
maintain PluginSample as a test dependency while keeping the sample standalone;
uses linked source files with repo-provided strong naming
Front matter:
- Added urlFragment to 5 sample READMEs for Azure Samples Browser indexing
* Removing cross-link of samples
* Completing partial rename; previous push was incomplete1 parent 3a1b205 commit f3c8da9
46 files changed
Lines changed: 403 additions & 138 deletions
File tree
- samples
- eventhubs
- aspnet-hosted-service
- src
- tests
- iothub-connect-to-eventhubs
- keyvault/keyvaultproxy/src
- servicebus
- dead-letter-queue
- plugin-sample
- topic-filters
- sdk
- eventhub/Azure.Messaging.EventHubs.Processor/samples
- aspnet-hosted-service
- tests
- servicebus/Azure.Messaging.ServiceBus
- samples
- DeadLetterQueue
- TopicFilters
- tests
- PluginSnippets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
0 commit comments