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!