Difference between revisions of "Azure CLI Cheat Sheet"

From Gejoreuy
Jump to navigation Jump to search
(Created page with "== Login == $ az login == Check Subscription == $ az account show == Set into Subscription == $ az account set --subscription [subscription-id] == Install Azure DevOp...")
(No difference)

Revision as of 14:11, 5 August 2021

Login

$ az login

Check Subscription

$ az account show

Set into Subscription

$ az account set --subscription [subscription-id]

Install Azure DevOps Extension

$ az extension add --name azure-devops

Check Azure DevOps Extension Already Installed

$ az extension show --name azure-devops