gpt4 book ai didi

azure - 将文件从 Azure 文件存储移动到 Azure Blob 存储

转载 作者:行者123 更新时间:2023-12-02 08:14:40 24 4
gpt4 key购买 nike

我相当愚蠢地将 vhd 上传到 Azure 文件存储,以为我可以从中创建虚拟机,结果发现它确实需要位于 blob 存储中。

我知道我可以重新上传它 - 但它非常大,而且我的上传速度很慢。

我的问题是 - 我可以将文件从文件存储移动到 Blob 存储而无需再次下载/上传吗? IE。 Azure 门户 UI 中是否有任何内容可以执行此操作,甚至是 PowerShell 命令?

最佳答案

您可以尝试AzCopy :

AzCopy.exe /Source:{*URL to source container*} /Dest:{*URL to dest container*} /SourceKey:{*key1*} /DestKey:{*key2*} /S

When copying from File Storage to Blob Storage, the default blob type is block blob, user can specify option /BlobType:page to change the destination blob type.

AzCopy by default copies data between two storage endpoints asynchronously. Therefore, the copy operation will run in the background using spare bandwidth capacity that has no SLA in terms of how fast a blob will be copied, and AzCopy will periodically check the copy status until the copying is completed or failed. The /SyncCopy option ensures that the copy operation will get consistent speed.

关于azure - 将文件从 Azure 文件存储移动到 Azure Blob 存储,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43020544/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com