Skip to main content

CLI tool for generating Azure VNet topology diagrams with enhanced features

Project description

GetTopology

⚠️ Alpha Release - This is an alpha version. Features may change and bugs may exist.

CLI tool for generating Azure VNet topology diagrams with enhanced features.

Installation

pip install gettopology

For the latest alpha version:

pip install gettopology==0.1.0a1

Or install pre-release versions:

pip install --pre gettopology

Requirements

  • Python 3.10 or higher
  • Azure subscription with appropriate permissions
  • Azure CLI installed and configured (or Service Principal credentials)

Usage

After installation, use the gettopology command:

# Get topology for all VNets in all accessible subscriptions
gettopology

# Get topology for specific subscriptions
gettopology -s "subscription-id-1,subscription-id-2"

# Get topology from subscriptions listed in a file
gettopology -f subscriptions.txt

# Get topology for specific VNets across all subscriptions
gettopology -vnet "vnet-name-1,vnet-name-2"

# Combine filters: specific subscriptions and VNets
gettopology -s "sub-id-1,sub-id-2" -vnet "vnet-1,vnet-2"

# Specify output directory for diagrams
gettopology -s "sub-id" -o ./diagrams

# Set log level
gettopology --log-level DEBUG

# Skip role verification (role checking is enabled by default)
gettopology --skip-roles

Command Line Arguments

  • -s, --subscriptions: Comma-separated subscription IDs (optional)
  • -f, --subscriptions-file: Path to file containing subscription IDs, one per line (optional)
  • -vnet, --virtual-network: Comma-separated list of VNet names to filter (optional)
  • -o, --output: Output directory for generated diagrams (default: current directory)
  • --log-level: Logging level - DEBUG, INFO, WARNING, ERROR, CRITICAL (default: INFO)
  • --skip-roles: Skip role verification. By default, the tool verifies that the authenticated user/service principal has at least 'Reader' role on subscriptions before proceeding (optional)
  • --version: Display version information

Authentication

The tool supports multiple authentication methods, tried in this order:

  1. Azure CLI (first): Uses az login credentials - tried first if available
  2. Service Principal (second): Provide via CLI arguments, environment variables, or .env file
  3. Managed Identity (third): Automatically used when running in Azure (e.g., Azure VM, App Service, Functions)

What is Managed Identity?
Managed Identity is Azure's way of providing Azure resources (like VMs, App Services, etc.) with an automatically managed identity. When the tool runs inside Azure, it can authenticate using the resource's managed identity without needing explicit credentials. This is the third fallback method if Azure CLI and Service Principal authentication are not available.

For Service Principal authentication:

gettopology --client-id "your-client-id" \
            --client-secret "your-secret" \
            --tenant-id "your-tenant-id"

Or use environment variables:

export AZURE_CLIENT_ID="your-client-id"
export AZURE_CLIENT_SECRET="your-secret"
export AZURE_TENANT_ID="your-tenant-id"
gettopology

Or create a .env file in your project directory:

# .env file
AZURE_CLIENT_ID=your-client-id
AZURE_CLIENT_SECRET=your-secret
AZURE_TENANT_ID=your-tenant-id

Priority order for Service Principal credentials:

  1. CLI arguments (--client-id, --client-secret, --tenant-id)
  2. Environment variables (AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID)
  3. .env file (in current directory or project root)

Output

The tool generates Draw.io (.drawio) format diagrams that can be opened in:

Diagrams include:

  • Hub and spoke VNets with visual distinction
  • Peering connections with color-coded lines
  • Subnet details within VNet boxes
  • External VNets (cross-subscription/tenant peerings)
  • Separate pages for hubless spokes and orphan VNets

License

This project is licensed under the MIT License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gettopology-0.1.0a1.tar.gz (71.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gettopology-0.1.0a1-py3-none-any.whl (80.7 kB view details)

Uploaded Python 3

File details

Details for the file gettopology-0.1.0a1.tar.gz.

File metadata

  • Download URL: gettopology-0.1.0a1.tar.gz
  • Upload date:
  • Size: 71.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for gettopology-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 1a80b31b736a286297bbe25be26e34540a5787a89ca561ff7eee534cba8cabb9
MD5 95d90970fa011d6228427447f2701281
BLAKE2b-256 1ba73c4bc5693c298765eb7e0c6df761939991fafb139481bde44c028d8c7c99

See more details on using hashes here.

File details

Details for the file gettopology-0.1.0a1-py3-none-any.whl.

File metadata

  • Download URL: gettopology-0.1.0a1-py3-none-any.whl
  • Upload date:
  • Size: 80.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for gettopology-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 685a6967e7acaab7596189ccdc57324465eabb021b0d7ed5b2743932a55a0ae7
MD5 377c5e52534b49a3901aa8000715b1c3
BLAKE2b-256 ae5b824bbc699d510eec05290fa3b806401a33ca29106910c81b4183513805f9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page