azure_list_regions
List available Azure ARM regions filtered by service, currency, or cache. Get region names and source metadata with optional API page limits.
Instructions
List available ARM regions for a service or cached data.
Args: service: Optional service name to filter by currency: Currency code (default: "USD") from_cache_only: If True, only uses cached data max_pages: Maximum API pages to scan when fetching (default: 2) max_regions: Maximum regions to return (default: 200)
Returns: Dictionary with region names and source metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | No | Optional service name to filter by | |
| currency | No | Currency code (default: "USD") | |
| from_cache_only | No | If True, only uses cached data | |
| max_pages | No | Maximum API pages to scan when fetching (default: 2) | |
| max_regions | No | Maximum regions to return (default: 200) |