azure_cost_estimate
Calculate Azure service costs by specifying service, SKU, region, and usage parameters to generate monthly expenditure estimates.
Instructions
Estimate Azure costs based on usage patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Azure service name | |
| sku_name | Yes | SKU name | |
| region | Yes | Azure region | |
| hours_per_month | No | Expected hours of usage per month (default: 730 for full month) | |
| currency_code | No | Currency code (default: USD) | USD |
| 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. |