PiesAreSquared
Posts: 2
Joined: Tue Dec 10, 2019 11:23 am

How to install Azure CLI on Raspberry Pi

Tue Dec 10, 2019 11:44 am

Hi,

Does anybody have a solid method for installing the Microsoft Azure CLI on a Raspberry Pi? There is a Debian-compatible distribution of the Azure CLI but it doesn't work with ARM CPUs and I get errors with the "az" command if I install it. I've tried Docker container versions, which work up to a point but require "sudo docker exec cli az.." to preface every command, which is a pain. Ultimately I need /usr/bin/az to either work straight off, or to link to some code (in a container?) that works.

Thanks!

User avatar
topguy
Posts: 6466
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: How to install Azure CLI on Raspberry Pi

Tue Dec 10, 2019 1:16 pm

Where did you find the docker images ? ( If you dont link to what you have tried, people might just suggest the same resources. )


mastro35
Posts: 1
Joined: Sat Jun 27, 2020 10:31 am

Re: How to install Azure CLI on Raspberry Pi

Sat Jun 27, 2020 10:33 am

It’s not a solution, just a workaround... but you could just alias “sudo docker exec cli az” to “az”...

Return to “Beginners”