Integration Patterns with Azure Service Bus Relay, Part 1: Exposing the on-premise service
- by Elton Stoneman
We're in the process of delivering an enabling project to expose on-premise WCF services securely to Internet consumers. The Azure Service Bus Relay is doing the clever stuff, we register our on-premise service with Azure, consumers call into our .servicebus.windows.net namespace, and their requests are relayed and serviced on-premise. In theory…