Azure Authentication Cheat Sheet

Reset Git Branch Commits

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 subscription

az account show

Set subscription

az account set --subscription [SUBSCRIPTION NAME] or [GUID ID]
Marcin Narloch

Marcin Narloch

Creative and out-of-the-box thinker with strong interests and knowledge in technology and innovation.
WordPress PFX Certificate Key Vault Powershell Previous post Retrieve PFX Certificate from Azure Key Vault with Powershell
Reset Git Branch Commits Next post Minecraft Basic Cheat Sheet

Leave a Reply

Your email address will not be published. Required fields are marked *