We have an Azure application, which has a worker role and a web role, and the worker role has to know the web role address exposed to outside. That's because, web role include some Web API that worker role can use, so we need to know the exactly url address of web role.
Any way to get that?
abcyou would want to find out the URLabc.cloudapp.netprogrammatically. Is my understanding correct? or ifabc.cloudapp.netis mapped to a custom domain name (saymywebsite.com) you would want to findmywebsite.comprogrammatically? - Gaurav Mantri