I am in the process of setting up a web role with a custom domain name. I would like to support naked domain names, so I am interested in using A-Record.
Is there any documentation on setting up an A-Record for a Web Role. I do see documentation pertaining to Azure Web Sites but they don't apply to Web Roles. Do I setup this feature on Azure or is it done with my DNS provider?
Also, based on my research I understood that the A-record needs to be setup between by custom domain name and the Virtual IP Address (VIP) of my web role. I am not planning on doing any deployments that would delete my web role. In this case it is safe to set up the A-Record against the VIP.
Is the VIP unique for the cloud service or is it shared across multiple cloud services?