Usage · Usage

Usage

The path from installation to a documented estate:

flowchart LR
    sp[Create read-only<br/>service principal] --> init[azdocs init]
    init --> check[azdocs check]
    check --> collect[azdocs collect]
    collect --> out{Explore}
    out --> report[azdocs report --format all]
    out --> diagram[azdocs diagram --type network]
    out --> browse[azdocs browse]
    out --> desktop["Desktop explorer (Tauri app)"]
  1. Install the binary
  2. Configure a read-only service principal
  3. Collect a snapshot
  4. Explore in the desktop app, export reports and diagrams, or browse interactively
  5. Diff snapshots over time, extend the query pack, wire it into CI

Capture website screenshots from the desktop and include them in offline exports.

Stuck? See troubleshooting.

See permission diagnostics for connection tests and the limits of read-only RBAC evidence.

Imported from the azdocs repository during this build.View source on GitHub