azure_enumerate_resource_groups
Enumerate all Azure resource groups in a subscription, returning names, locations, IDs, and tags. Optionally filter by location.
Instructions
Enumerate all resource groups in a specific subscription. Returns name, location, ID, and tags. Supports location filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | |
| location | No | Filter by location(s): single (e.g., 'eastus'), multiple (e.g., 'eastus,westeurope'), or preset ('common', 'all') | |
| format | No | Output format: 'markdown' (default, human-readable) or 'json' (machine-readable) |