Hello,
I am new to Azure world and I am planning to move all of my legacy web services to host on Azure. I did some POC on Azure Service Bus and I want to host REST services on Azure behind Azure Service Bus. So here is scenario: My web app (legacy) prepares a request and sends it to Azure Service Bus. On receiving message on service bus I want to execute web service, hosted on Azure and send back response to service bus and eventually back to web app. Here are my question:
1. Above kind of architecture even possible?
2. I want to keep Service Bus implementation separate from web services. So I can deploy new/updated web services anytime without disturbing service bus. Is this possible?
Any links, articles, examples to achieve this would be helpful.
Thanks,
Mayank.