get_resource_cost_breakdown_azure
Retrieve per-resource cost breakdown for Azure resources across subscriptions. Filter by date range, resource group, and cost threshold to identify top spenders.
Instructions
Return per-resource Azure cost detail via the Cost Management Query API.
No storage account or export job required -- data is queried live. Supports multi-subscription environments. Team plan feature.
Args: start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date. Defaults to today. subscription_id: Single Azure subscription ID. None = all configured subs. resource_group: Filter to a specific resource group. None = all groups. min_cost_usd: Exclude resources below this cost threshold (default $1). limit: Maximum resources to return ordered by cost descending (default 200).
Examples: - "Show me per-resource Azure costs this month" - "Which Azure resources are most expensive in the production resource group?" - "Break down costs by resource across all subscriptions"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| end_date | No | ||
| start_date | No | ||
| min_cost_usd | No | ||
| resource_group | No | ||
| subscription_id | No |