sample-dotnet-worker-servicebus-queue
sample-dotnet-worker-servicebus-queue copied to clipboard
Update sample to dotnet 8, use simplified API, simplify authentication
I think some of the readme might be outdated, but its been tested with ConnectionString and AzureDefaultCredential.
- Upgraded everything to Dotnet 8
- Upgraded from QueueClient to ServiceBusClient
- Localized all config to
AddServiceBusClientExtensionand used it in all three libraries - simplified
Program.cswith new minimalist api style