Hi,
I have some Windows virtual machines configured on Azure which I created via the portal.
Later on I noticed that the DNS address on the VM's aren't persistant.
I now need to deleted and recreate the Virtual Machines via Power Shell using the existing disks.
The servers are load balanced so they are sharing the same Cloud Services name.
I deleted the VM-A and tries to recreate it with the script, which fails since the cloud services name is not unique which is true since the other server VM-B still exist.
How do I handle this?
Thanks!
Please “Vote As Helpful” and/or “Mark As Answer” if this post helped you.