- Using Azure Service Bus Queues with ASP.NET Core Services
- Using Azure Service Bus Topics in ASP.NET Core
- Using Azure Service Bus Topics Subscription Filters in ASP.NET Core
- Using Entity Framework Core to process Azure Service Messages in ASP.NET Core
- Using an Azure Service Bus Topic Subscription in an Azure Function
- Using Azure Service Bus with restricted access
- Using an ASP.NET Core IHostedService to run Azure Service Bus subscriptions and consumers
user secrets
{
"ConnectionStrings": {
"ServiceBusConnectionString": "--your-servicebus-connection--string--"
}
}
2021-07-20 Added IHostedService to consumer the message in the ASP.NET Core app
2021-05-19 Updated to .NET 5, migrated to Azure.Messaging.ServiceBus, switched Json serializer
2020-03-06 Added restricted access example
2019-12-08 Updated to .NET Core 3.1
https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/servicebus/Azure.Messaging.ServiceBus
https://docs.microsoft.com/en-us/azure/service-bus-messaging/
https://www.nuget.org/packages/Microsoft.Azure.ServiceBus
https://www.planetgeek.ch/2019/01/07/azure-service-bus-topologies/
https://www.tomfaltesek.com/azure-functions-local-settings-json-and-source-control/
https://www.ben-morris.com/optimizing-performance-of-the-azure-service-bus-net-standard-sdk/
https://ml-software.ch/posts/stripe-api-with-asp-net-core-part-3
https://www.serverless360.com/blog/auto-forwarding-a-hidden-gem-of-service-bus
https://github.com/paolosalvatori/ServiceBusExplorer/
https://docs.microsoft.com/en-us/cli/azure/install-azure-cli