upload a VHD disk to azure cloud storage as a page blob.

已答覆 upload a VHD disk to azure cloud storage as a page blob.

  • 2012年4月17日 下午 08:39
     
     
    need 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':

    http://www.microsoft.com/download/en/details.aspx?id=8396

  • 2013年3月22日 下午 03:24
     
     

    Get 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