Show Azure information.
You can download binaries from the latest release.
If you have Cargo installed, you can use cargo install azi
You can also use the Docker image: docker run --rm azrtools/azi --help
List all subscriptions and resource groups:
azi listShow Kubernetes clusters and deployments:
azi clusters -rShow the costs of March 2019:
azi costs 201903Show DNS entries and resource groups they point to:
azi domainsTo simply run the command, use docker run --rm azrtools/azi.
If you want to keep the authentication tokens between runs, use
docker volume create azi
docker run --rm -v azi:/home/azi azrtools/azi list
docker run --rm -v azi:/home/azi azrtools/azi dns
docker volume rm aziThe images are available on Docker Hub.