Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_RG | Yes | Default resource group name | |
| DEFAULT_REGION | Yes | Default Azure region | |
| AZURE_CLIENT_ID | Yes | Your Azure service principal client ID | |
| AZURE_TENANT_ID | Yes | Your Azure tenant ID | |
| SUBSCRIPTION_IDS | Yes | Comma-separated list of Azure subscription IDs to query | |
| AZURE_CLIENT_SECRET | Yes | Your Azure service principal client secret | |
| NETWORK_WATCHER_NAME | Yes | Name of the Network Watcher instance |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_resources | Search Azure resources by name, type, or other properties |
| get_resource | Get detailed information about a specific Azure resource |
| get_neighbors | Get resources connected to a specific resource |
| find_path | Find connection path between two Azure resources |
| export_topology | Export the complete topology graph |
| refresh_topology | Refresh the topology cache by re-querying Azure |