gpt4 book ai didi

azure-storage - Azure Blob 下载速度

转载 作者:行者123 更新时间:2023-12-03 07:48:39 27 4
gpt4 key购买 nike

我的 Azure 存储容器中有一个 137 GB blob .vhd 文件,并尝试使用 Azure 门户下载它。为什么下载性能如此糟糕?浏览器报告下载时间超过 12 小时。为什么这么慢?有什么办法可以让它下载得更快吗?

更新这是 AzCopy 的用法。我正在将虚拟机镜像从一个资源组复制到另一个资源组。

$srcImageURL = "https://vmimagevhds.blob.core.windows.net/spservers/"
$srcImageKey = "mykey=="

$destImageURL = "https://vmsdisktorage.blob.core.windows.net/vm-images"
$destImageKey = "myOtherKey=="

$imageFileName = 'SP2016ServerUnconfigured-osDisk.86ca1057-af4c-4920-9082-6ad155ed2734.vhd'

# Concatenate and AzCopy command
# Paste into the Azure
$azCopyCmd = "AzCopy /Source:" + $srcImageURL + " /Dest:" + $destImageURL + " /SourceKey:" + $srcImageKey + " /DestKey:" + $destImageKey + " /s /pattern:" + $imageFileName

最佳答案

您可以尝试一下命令行工具AzCopy或其核心库 Azure Storage Data Movement Library ,支持Blob的超快速传输,并且可以暂停和恢复传输。

关于azure-storage - Azure Blob 下载速度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40161135/

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