refresh_azure_pricing
Fetches current Azure VM pricing from the public Retail Prices API. Filter by region, VM series, and limit results.
Instructions
Fetch latest Azure VM pricing from the public Azure Retail Prices API. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | No | Azure region (default: eastus) | |
| vmSeries | No | Optional: filter by VM series (e.g., "D", "E", "F") | |
| maxResults | No | Maximum results to return (default: 100) |