无法将 VHD 文件上传到 Azure 存储

Unable to upload VHD file to Azure Storage

我的问题是我们如何将 VHD 文件上传到 Azure 存储?我已经使用 blob 存储和 select 页 blob 上传 VHD 文件但收到此错误:

RESPONSE Status: 400 Page blob is not supported for this account type.

请指教。谢谢

使用page blob有一些限制,需要使用Hot access tier,请参考这个official documentation

这个官方文档对Access tiers的介绍比较清楚:

https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers?tabs=azure-portal

这里可以设置access tiers