I'm new to Azure and recently, a colleague created a Windows 11 virtual machine (VM) filled with various tools that consultants access. Now, I'm looking to move this VM to a working virtual network (vnet) that is in a different subscription. I want to know if I can create an image of this VM, transfer it, and if it will keep all the user profiles intact once it boots up. I did see a warning saying that making an image could make the VM unusable, but I'm unsure if that's only during the imaging process or not. Any advice would be appreciated!
3 Answers
Moving a VM to a different subscription is totally doable! Just keep in mind that you won't be able to add a second network interface since it's in another subscription. You can, however, take a backup and restore it to a new VM in the desired subscription. Also, the gallery accessibility for the image can be an issue—ensure that the image is visible in the new subscription. Hope that helps!
From what you've described, it is indeed possible to move your VM to another subscription, but it will require a bit of work. First, you'll want to create an image of the VM, which can be done, and then you can publish that image to the shared gallery in your new subscription. Regarding user profiles, as long as you properly sysprep (generalize) the VM before creating the image, you should be able to preserve the profiles when you boot it up in the new environment. Also, while the VM is being imaged, it might be inaccessible, so make sure to plan for some downtime. Good luck with the transition!
I feel you on the Azure learning curve! To get the VM over, you might want to document every step you take—as things can get tricky. If you've got firewall rules or any special configurations, note those down too! Once you understand the process, it’ll get easier, but I recommend looking up some tutorials or videos too.
Totally! I'm following along closely because this seems complicated. Are there specific tutorials you'd recommend?

Thanks for clarifying about the backup! I'll make sure to check the gallery settings once I create the image.