get_azure_cost_by_dimension
Break down Azure costs by service, resource group, location, or meter to identify high-spend areas.
Instructions
Break Azure spend down by any dimension: service, resource group, location, or meter.
Args: dimension: One of service, resource_group, location, meter, meter_subcategory. start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today. subscription_id: A single Azure subscription. None = all configured subs. limit: Max values to return, highest cost first (default 50).
Examples: - "Break down Azure costs by resource group" - "Azure spend by location this month" - "Which Azure meters cost the most?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_date | No | ||
| dimension | Yes | ||
| start_date | No | ||
| subscription_id | No |