You manage several Azure virtual machines (VMs). You create a custom image to be used
by employees on the development team.
You need to ensure that the custom image is available when you deploy new servers.
Which Azure Power Shell cmdlet should you use?
A.
Update-AzureVMImage
B.
Add-AzureVhd
C.
Add-AzureVMImage
D.
Update-AzureDisk
E.
Add-AzureDataDisk
Explanation:
I agree. Found something similiar here http://ms70533.free-exams.com…..
add-azurevhd will upload the vhd file into storage blob
add-azurevmimage will add the vhd into repository for future use while deploying new VMs. simply uploading vhd to azure is not going to make uploaded VM available as template.