In Cloudshell azcopy says there's a new version. How to update it?

Dieter Lohrsträter 25 Reputation points
2024-03-08T17:09:13.69+00:00

Running azcopy in my cloudshell tells me, there's a new version available.

[ ~ ]$ azcopy --version
azcopy version 10.15.0
INFO: azcopy: A newer version 10.23.0 is available to download

I've tried

az upgrade

but this doesn't update azcopy.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
665 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 34,841 Reputation points Microsoft Employee
    2024-03-08T18:00:09.7166667+00:00

    @Dieter Lohrsträter

    AzCopy is preinstalled and built into Azure Cloud Shell. Azure Cloud Shell team will periodically perform updates of these applications and they will automatically be updated for you.

    If you absolutely need to run the latest version you can download the Linux version and run it from your home directory.

    wget -O azcopy_v10.tar.gz https://aka.ms/downloadazcopy-v10-linux && tar -xf azcopy_v10.tar.gz --strip-components=1
    
    ./azcopy --version
    

    I confirmed this version will work in either PowerShell or bash for Azure Cloud Shell.

    enter image description here

    Hope this helps! Let me know if you still have questions or need further assistance.


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A! User's image

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful