The current image is installing AzCopy from this url:
wget -O azcopy.tar.gz https://aka.ms/downloadazcopylinux64
This URL serves the version 7.3 of the software, which doesn't implement methods to handle Azure Storage Account.
Update to use:
wget -O azcopy.tar.gz https://aka.ms/downloadazcopy-v10-linux
Note: the new version doesn't require installation. See more information here.
The current image is installing AzCopy from this url:
This URL serves the version 7.3 of the software, which doesn't implement methods to handle Azure Storage Account.
Update to use:
Note: the new version doesn't require installation. See more information here.