【发布时间】:2021-04-01 19:05:39
【问题描述】:
我的问题是我们如何将 VHD 文件上传到 Azure 存储?我使用 blob 存储并选择页面 blob 上传 VHD 文件但收到此错误:
RESPONSE Status: 400 Page blob is not supported for this account type.
请指教。谢谢
【问题讨论】:
标签: azure-storage
我的问题是我们如何将 VHD 文件上传到 Azure 存储?我使用 blob 存储并选择页面 blob 上传 VHD 文件但收到此错误:
RESPONSE Status: 400 Page blob is not supported for this account type.
请指教。谢谢
【问题讨论】:
标签: azure-storage
使用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:
【讨论】:
General-purpose v2 accounts?