azure_price_search
Search Azure retail prices with filters for services, regions, SKUs, and price types to compare costs and estimate expenses.
Instructions
Search Azure retail prices with various filters
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | No | Azure service name (e.g., 'Virtual Machines', 'Storage') | |
| service_family | No | Service family (e.g., 'Compute', 'Storage', 'Networking') | |
| region | No | Azure region (e.g., 'eastus', 'westeurope') | |
| sku_name | No | SKU name to search for (partial matches supported) | |
| price_type | No | Price type: 'Consumption', 'Reservation', or 'DevTestConsumption' | |
| currency_code | No | Currency code (default: USD) | USD |
| limit | No | Maximum number of results (default: 50) | |
| discount_percentage | No | Discount percentage to apply to prices (e.g., 10 for 10% discount). If not specified and show_with_discount is false, no discount is applied. If show_with_discount is true, defaults to 10%. | |
| show_with_discount | No | Set to true to apply a discount; uses default 10% unless discount_percentage is explicitly specified. | |
| validate_sku | No | Whether to validate SKU names and provide suggestions (default: true) |