Can you replicate an azure virtual machine? -


i need install few software on virtual machine in order test application. take 2-3hours set up. can replicate virtual machine 3 times after that, don't need spend 5 hours install software on other 2 virtual machines?

yes, can use capture capability create base image can use deploy other machines from. take @ these instructions: http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-capture-image-windows-server/.

this assumes referring windows server machine. also, assumes sysprep won't affect software have installed. if sysprep cause problem them might able take copy of underlying vhd , spin different machine copy. both methods explained in article here: http://community.adxstudio.com/blogs/shan/2012-06-28-cloning-windows-azure-virtual-machines/


Comments