-
-
Save jalberto/7562e58130d53edadf62e57c2f5611df to your computer and use it in GitHub Desktop.
Run azure cli using docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
az () { | |
docker run -v ${HOME}/.ssh:/root/.ssh azuresdk/azure-cli-python:latest az "$@" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment