Azure CLI + terraform + kubectl as docker
1.3K
All tools need to work with Azure and AKS
Azure CLI + terraform + kubectl as docker
Using Azure credentials (az login):
docker run -it --rm -v "$(pwd):/work" -v ~/.azure:/work/.azure pzalews/aztools terraform --version
use alias for bash (or other shell that you are using)
example:
alias azd='docker run -it --rm -v "$(pwd):/work" -v ~/.azure:/work/.azure pzalews/aztools'
and next you could use:
azd az login
azd az resource list
Content type
Image
Digest
Size
224.1 MB
Last updated
almost 7 years ago
docker pull pzalews/aztools