azure_ri_pricing
Calculate Azure Reserved Instance pricing and savings by comparing with on-demand rates for specific services, SKUs, and regions to optimize cloud costs.
Instructions
Get Reserved Instance pricing and savings analysis
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Azure service name (e.g., 'Virtual Machines') | |
| sku_name | No | SKU name (e.g., 'D4s v3') | |
| region | No | Azure region (e.g., 'eastus') | |
| reservation_term | No | Reservation term ('1 Year' or '3 Years') | |
| currency_code | No | Currency code (default: USD) | USD |
| compare_on_demand | No | Compare with On-Demand prices to calculate savings (default: true) | |
| limit | No | Maximum number of results (default: 50) |