There is no azcopy package in the the 18.04 PPA yet.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@polarapfel Thank you for the valuable feedback,we are investigating the issue.
Any updates on this?
@EmmaZhu to provide an update
Any Update on this? Would be really needed.
AzCopy v10 supports Ubuntu 18.04. You can download it here: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10. Would you like to have a try with it?
v10 is still in preview and doesn't support all the features v8 does yet. Like copying from File storage to Blob storage.
Any pessimistic estimate when that will happen? :)
Hello @EmmaZhu,
Is there anything blocking Microsoft from release azcopy v8 on Ubuntu 18.04?
Thanks,
Is there anyone working on that?
Also - in general it is poorly written client...
Hi All, we are considering to release it on Ubuntu 18.04. Will get back to you soon.
@EmmaZhu cool!
No ETA I presume?
Personally, I'm using Ansible to install azcopy and I prefer using packages rather than shell commands to install software for idempotency.
Hi, is there any progress on this?
based on their documentation to use the latest v10 here - https://docs.microsoft.com/en-gb/azure/storage/common/storage-use-azcopy-v10
simple script like so should do it
curl -L https://aka.ms/downloadazcopy-v10-linux -o azcopyv10.tar \
&& tar -xf azcopyv10.tar --strip-components=1 \
&& mv azcopy /usr/local/bin/azcopy \
&& rm azcopyv10.tar \
&& azcopy --version
@ma1f yeah, I ended up implementing this with Ansible, but it's not great...
GitHub user seguler has been removed from the MicrosoftDocs organization, so they were automatically removed as an assignee.
Any update on this?
yeah, it would be cool if azcopy either will be discarded or put into the repository where az-cli is. it feels like azure does not really want that cloudusers use that tool
@amishra-dev - FYI
GitHub user rishabpoh has been removed from the MicrosoftDocs organization, so they were automatically removed as an assignee.
Most helpful comment
Hello @EmmaZhu,
Is there anything blocking Microsoft from release azcopy v8 on Ubuntu 18.04?
Thanks,