What problem does it solve? Azure subscriptions accumulate orphaned resources, oversized SKUs, and untagged assets that silently inflate monthly bills, and manually auditing costs across subscriptions is slow and error-prone. ## Core Features & Use Cases - Orphaned Resource Detection: Uses Azure Quick Review (azqr) and Azure Resource Graph KQL queries to find unattached disks, idle NICs, unused public IPs, and empty load balancers. - Actual Cost Analysis: Queries the Azure Cost Management API for real 30-day spend per resource, validates pricing against official Azure pricing pages, and collects 14-day utilization metrics from Azure Monitor for rightsizing decisions. - Redis-Specific Optimization: Applies prioritized rules (failed caches, Premium tier in dev, oversized caches) with pre-built report templates for subscription-level and per-cache analysis. - Use Case: Ask for a cost optimization report on a subscription and receive a Markdown report with actual costs, Azure Portal links, prioritized recommendations with estimated savings, and a JSON audit trail of all cost queries. ## Quick Start Ask the assistant to analyze my Azure subscription for cost savings and generate a cost optimization report with rightsizing recommendations.