upload a VHD disk to azure cloud storage as a page blob.
-
2012年4月17日 下午 08:39need steps and instruction to upload a VHD disk to azure cloud storage as a page blob. This will be used
as actual storage.rohan
所有回覆
-
2012年4月18日 上午 02:59
Hello,
Check this link:
http://msdn.microsoft.com/en-us/gg271295
Also there is Windows Azure Training Kit, that has a comprehensive set of hands-on labs and other - if you want to use Windows Azure, it's 'must-have':
- 已標示為解答 Arwind - MSFTModerator 2012年4月23日 上午 06:07
-
2013年3月22日 下午 03:24Get the latest Azure PowerShell cmdlets from https://github.com/WindowsAzure/azure-sdk-tools/downloads
Use the Add-AzureVhd cmdlet to copy a local VHD to Azure blog storage. It works very well. Much better than the csupload command line tool.
You could also try a product called CloudBerry (free) or the paid (free to try) Cloud Storage Studio.
rs

