Hi
I'm dealing with providing Sandboxed environments of a set of virtual machines for various projects.
The simplest way of doing this seemed to be creating a new subscription for each project, with the associated VLAN, Storage Account etc. That way we can easily track the cost for each project.
I've created a couple of windows VM images that have data disks in my "Primary" subscription, and quite happily create VM with copies of these disks in that subscription, but I'm having a problem on how to create vm based on these images in the other
subscriptions.
I get that I have to copy the Image disks to the new subscription, and create a new image, but I can't see a method to create a image with data disks along with OS.
Should I copy the vhds for the images to the new subscription (found azcopy), and create new VMs using these vhds , or the fact they were attached to an image cause me problems? (they were syspreped). Or should I do something else?
Thanks