Get the following failure when uploading VHD to Azure with following command
PS C:\> Add-AzureVhd -Destination "http://url.blob.core.windows.net/vhds/W2K8R2_SP1_64_EN.vhd" -LocalFilePath"C:\vhds\W2K8R2_SP1_64_EN.vhd"
MD5 hash is being calculated for the file C:\vhds\W2K8R2_SP1_64_EN.vhd
MD5 hash calculation is completed.
Elapsed time for the operation: 00:25:59
Creating new page blob of size 64424509952...
Upload failed with exceptions:
Elapsed time for upload: 00:27:03
No exception message !!
Is there any other way to upload a vhd ?
Thanks