Which Azure Power Shell cmdlet should you use?

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?

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:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Baha

Baha

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.