get_azure_idle_resources
Identify idle Azure VMs by analyzing average CPU usage over a specified period, using configurable thresholds to detect underutilized resources and reduce cloud costs.
Instructions
Identifies idle/underutilized Azure VMs based on average CPU usage over a time period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_idle_days | No | Number of days to analyze for idle detection | |
| cpu_threshold_percent | No | CPU% threshold below which a VM is considered idle |