Is it possible to add an existing Azure VM to an Azure Virtual Network?
        Posted  
        
            by 
                Dan Harris
            
        on Super User
        
        See other posts from Super User
        
            or by Dan Harris
        
        
        
        Published on 2012-11-07T12:58:02Z
        Indexed on 
            2012/12/08
            5:12 UTC
        
        
        Read the original article
        Hit count: 356
        
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?
© Super User or respective owner