Working with Azure using the az cli commands is extremely productive and fast - provided you know most of the commands by heart. Soon into your Azure journey you'll memorise...
Azure Container Registry (ACR) Cheat Sheet for use with Azure CLI (az). List ACRs az acr list Set default ACR az configure --defaults acr=[ACR NAME] List Specific ACR az acr...
Azure Authentication Cheat Sheet for use with Azure CLI (az). Login (principal) az login --service-principal -u [PRINCIPAL GUID] --password [PRINCIPAL KEY] --tenant [TENANT GUID] Show subscriptions az account list Current...