Skip to content

Instantly share code, notes, and snippets.

@nirgeier
Created April 28, 2020 21:36
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 nirgeier/a5b024922964540634eb1ddb566d66a1 to your computer and use it in GitHub Desktop.
Save nirgeier/a5b024922964540634eb1ddb566d66a1 to your computer and use it in GitHub Desktop.
Add az command to Git-bash
# Add az (Azure cli) to git bash
echo "C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\wbin\az.cmd" $1 $2 $3 $4 $5 $6 $7 $8 $9 ${10} ${11} ${12} ${13} ${14} ${15} > "%USERPROFILE%\AppData\Local\Programs\Git\mingw64\bin\az"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment