I have a REST based self hosted web service. I plan to use service bus relay to host the service on cloud so that it can be accessed from mobile devices.
I have tried a MSDN sample and it worked great.
My product has been deployed to numerous customers site. so for each customer, the on-premise web service is on different IP address. Does service bus relay allows configuring address for the endpoint ?
OR how can I make my service bus relay to talk to specific endpoint address (as per customer) ?
OR is it that every customer needs to sign up on Windows Azure and get its namespace, user and key and configure the on-premise service?