Skip to content

Instantly share code, notes, and snippets.

@mirontoli
Last active May 18, 2020 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirontoli/c4943dff8f87db6b9b9438681048c041 to your computer and use it in GitHub Desktop.
Save mirontoli/c4943dff8f87db6b9b9438681048c041 to your computer and use it in GitHub Desktop.
#INstall update
# https://docs.microsoft.com/cli/azure/install-azure-cli-windows?view=azure-cli-latest
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'
az login
az account set --subscription mirontoli-msdn
az account get-access-token --resource-type ms-graph
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment