Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi everyone,
I know those kinds of questions have so many, but I want to be sure 100%, I can't do this. Can we change the name of the VM on the Azure portal with PowerShell or another?
If not, can I redeploy without lost setup and configuration IP?
Thanks for advanced.
Regards,
Nasimjon.
To rename a vm, the easiest way is to recreate it.
save your arm template (vm > export template) and delete the vm (not the disk and not the nic etc)
then create an arm template in "template spec" blade and change the name and deploy