on-premises and used with Hyper-V virtual machines.
Master It What PowerShell cmdlets are used to copy VHDs to and from Microsoft
Azure?
Solution Add-Azure[RM]Vhd and Save-Azure[RM]Vhd are used.
Master It Can dynamic VHDs be used in Microsoft Azure?
Solution No. All VHDs must be fixed, and the Add-AzureVhd cmdlet converts
dynamic VHDs to fixed VHDs during the upload. However, Azure Storage stores
files sparsely, which means that only blocks with data written to them are stored
and therefore billed.