Azure Authentication Cheat Sheet
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...