image - How to import a standard VM into a devtest lab -
i have created , configured vm in azure. use image created vm in devtest lab. however, see images in devtest labs can created vhd disk.
is possible transform normal azure image vhd disk? if yes, how exactly?
as known, not possible transform azure image vhd disk directly.
if understand want ,you want import vm devtest lab.
if original vm unmanaged, can move vm vhd storage account "uploads" container in devtest lab storage account powershell.
more moving vhds 1 storage account another, refer this blog.
if original vm managed, should export vm disk vhd, , download local machine, upload vhd devtest lab create image whith these powershell scripts:
add-azurermvhd -destination "<enter devtest lab upload vhd location>" -localfilepath "<enter vhd location here>" also, these powershell script can generated here:

Comments
Post a Comment