I just recently deployed a High Availability (HA) AX environment from LCS. Once it was deployed, we realized that the address space we chose for the VNET would not work for us. I then changed all the static IPs to a new address space and deleted the old address space for the VNET. I also updated the DNS server for the VNET to reflect the new IP address of my first domain controller and figure out how to change the internal load balancer to reflect the new IPs.
Now for the problem -- Azure specifically says to NOT hard code IPs or DNS. It basically issues them through a DHCP type process and the DNS entries for the servers get pulled from what is set for the DNS servers for the VNET in the portal. This is TRUE for all server EXCEPT the 3 domain controllers that LCS deployed. They maintain the old IP entries for their old static IPs. This is reeking havoc now. Does anyone know how Azure or LCS is accomplishing this hard coded DNS configuration? How do I change it??? I am hoping it is a simple Azure powershell script or something like that. I am wondering if deleting the VM out of the portal, keeping the disks, then recreating the VM with the old disks would remove anything that might have been configured in Azure that is causing this?
Any help would be extremely appreciated. This client is trying to go live this weekend!
*This post is locked for comments