find_orphaned_resources
Identify unused Azure resources like unattached disks and empty App Service Plans across subscriptions and calculate their historical costs using Azure Cost Management data.
Instructions
Detect orphaned Azure resources (unattached disks, NICs, public IPs, NSGs, empty App Service Plans) across subscriptions and compute their real historical cost via Azure Cost Management. Requires Azure authentication (az login or environment variables).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to look back for cost data (default: 60) | |
| all_subscriptions | No | Scan all accessible subscriptions (default: true). Set to false to scan only the first subscription. |