Skip to content

Instantly share code, notes, and snippets.

@sandeepkv93
Last active April 20, 2022 12:48
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 sandeepkv93/9528497217e048cb28750bb097a6bd31 to your computer and use it in GitHub Desktop.
Save sandeepkv93/9528497217e048cb28750bb097a6bd31 to your computer and use it in GitHub Desktop.
Login To Az Cli using Service Principal
az login --service-principal -u $env:AZURE_CLIENT_ID -p $env:AZURE_CLIENT_SECRET --tenant $env:AZURE_TENANT_ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment