We have an azure virtual network with a web role, an employee role and a dedicated virtual machine. We are currently using the VM name in the database connection string. I thought it would be better to update the connection string to use a private ip address to skip name resolution, mydbserver.cloudapp.net - 10.0.0.1.
Since all virtual machines must use DHCP, is there a chance that the private ip will change? If so, then anyway, to address this? Thanks
source share