I have a REST service on premise behind firewall, etc. The service is not exposed to the internet. I need to connect securely to that service from the internet.
I am wondering if Azure Service Bus can pass a HTTP Request to a service and return the HTTP Response?
Something like in this horible image bellow.
- WCF Service Bus Client Service installed on premise
- Server running in Azure
The server in Azure can issue HTTP request to custom url in premise like: http://intranet.domain.com
by using Service Bus Relay.
Is this scenario possible?