A terminal UI for inspecting the health of Azure APIs at a glance. Inspired by k9s and flowrs, with vim-like keybindings.
azpect lists Function Apps, API Management instances, Container Apps, and Application Gateways across every subscription you can access. It also drills into Storage accounts (containers / blobs), Container Registries (repositories / tags), Cosmos DB (databases / containers / item preview), Key Vaults (secrets + certificates, metadata only), and Service Bus (queues / topics / subscriptions, with active and dead-letter message counts).
brew install RobbertH/tap/azpectOr tap once and install by name:
brew tap RobbertH/tap
brew install azpectUpgrade later with brew upgrade azpect.
State (favorites, last subscription, theme, default time window) is
stored under ${XDG_CONFIG_HOME:-~/.config}/azpect/config.toml.
The file is created on first run.
azpect uses the azure_identity crate's
DefaultAzureCredential, which picks up your existing az login session.
az must be on your PATH.
MIT OR Apache-2.0.