| Crates.io | azi |
| lib.rs | azi |
| version | 0.5.3 |
| created_at | 2019-04-27 18:25:44.571532+00 |
| updated_at | 2025-05-01 08:45:28.862619+00 |
| description | Show Azure information |
| homepage | https://github.com/azrtools/azi |
| repository | |
| max_upload_size | |
| id | 130539 |
| size | 573,383 |
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 list
Show Kubernetes clusters and deployments:
azi clusters -r
Show the costs of March 2019:
azi costs 201903
Show DNS entries and resource groups they point to:
azi domains
To 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 --mount source=azi-tmp,target=/home/azi azrtools/azi list
docker run --rm --mount source=azi-tmp,target=/home/azi azrtools/azi dns
docker volume rm azi
The images are available on Docker Hub.