Virtual Hard Disk and Windows Azure

How to handle a dynamic VHD when uploading to Windows Azure--use this Windows PowerShell cmdlet.

John Savill

March 8, 2014

1 Min Read
Virtual Hard Disk and Windows Azure

Q: Do I have to convert a dynamic virtual hard disk (VHD) to fixed before uploading to Windows Azure?

A: Windows Azure only supports fixed VHD files. However, there is no need to manually convert a dynamic VHD to fixed when uploading to Windows Azure using Windows PowerShell.

The Add-AzureVhd cmdlet will automatically perform the conversion to a fixed VHD. Additionally only blocks with data are actually sent to Windows Azure minimizing the amount of data sent and speeding up the actual transfer.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like