Create filtered Service Bus subscription using .NET Core SDKs
问题 I want to use Azure Service Bus from inside an .NET Core 2.1 application. I'm familiar with the SDK coming with the Nuget package Microsoft.Azure.ServiceBus and using this I'm currently writing to a topic and receiving messages from there. What I want now is to create subscriptions on this topic for every client. The point is that I want to create a filtered subscription using the SqlFilter . This means, I have to create the subscription by code. BTW: As far as I've seen it the only other way