We're developing a solution that will be hosted as an Azure WebSite. We want to expose a service that can be called from an on-premise solution. Instead of having to deal with security for that service on the Web site, we're thinking that we could expose it as a service point as a Service Bus relay endpoint. Works fine when running locally on my dev machine. But running it in azure yields the following exception : "An address incompatible with the requested protocol was used"
I've tried with both IPV4 and IPV6 : net.tcp://localhost:1234/myservice net.tcp://[::1]:1234/myservice