Is it possible to add an existing Azure VM to an Azure Virtual Network?
- by Dan Harris
Didn't think this was directly related to programming, so thought Superuser would be better than Stack Overflow....
Is it possible to add an existing Azure VM to an Azure Virtual Network if you didn't add it to the virtual network at the time of creation?
I can't see an option to change which Virtual Network the VM is connected to. Do you just have to do it at the time you create the VM, and if you don't do it then you will need to re-create the VM and delete the existing one?
Example of the scenario:
No VM's or Virtual Networks exist
I create a VM (VM1), there is no virtual network so it isn't added to one
Later I create a Virtual Network in Azure (Network1)
It is possible to create another VM (VM2) and connect it to the Virtual Network (Network1), but can I connect VM1 to Network1 or must I delete VM1 and re-create it to get it connected to Network1?