azure_price_compare
Compare Azure service pricing across regions or SKUs to identify cost differences and optimize cloud spending.
Instructions
Compare Azure prices across regions or SKUs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Azure service name to compare | |
| sku_name | No | Specific SKU to compare (optional) | |
| regions | No | List of regions to compare (if not provided, compares SKUs) | |
| 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. |