使用 AzCopy 在 Azure BLOB 容器之间复制文件时出错

Getting error while copying files between Azure BLOB container using AzCopy

我正在尝试将所有文​​件从一个容器复制到另一个容器。我正在使用 AzCopy 来完成这项任务。

A​​zCopy 命令如下:

azcopy copy "https://xxxxxxx.blob.core.windows.net/customers" "https://xxxxxxx.blob.core.windows.net/archive" --recursive

错误:

或者是否可以在容器之间移动文件?

请按照此 doc 向您的用户帐户授予 RBAC 角色 Storage Blob Data Contributor 在您的帐户或您的容器中。

此外,Azure Blob Storage没有"move"操作,复制后需要删除原来的容器。