We have multiple webapi(microservices). To communicate between these micro services we are using Azure service bus Topic\Subscription. How webapi controller can get the message subscription so that api can process the message and insert to database. I
don't want to use any azure functions. I want subscribe message in my webapi(micro service directly).
↧