Azure Powershell
Jake was having issues with AZ commands in Linux (and Windows), so he's exploring the use of Azure Powershell
NOTE - This still didn't let me run the ACR commands, so I'm not exploring further at this time (7/10/2024)
Install on Linux
sudo snap install powershell
pwsh
Install-Module -Name Az -Repository PSGallery -Force