What problem does it solve? Finding and inventorying Azure resources across multiple subscriptions and resource groups is slow with the portal and inconsistent across CLI commands. This Skill answers questions like "what resources do I have" by generating and running Azure Resource Graph KQL queries for fast, cross-subscription discovery. ## Core Features & Use Cases - Resource Discovery: List VMs, storage accounts, web apps, container apps, databases, and any other Azure resource type across subscriptions and resource groups. - Orphaned Resource Detection: Find unattached disks, unused public IPs, orphaned NICs, and idle load balancers that waste budget. - Tag & Compliance Audits: Identify resources missing required tags, analyze tag coverage, and detect failed provisioning states or unhealthy resources. - Use Case: Ask "find all unattached disks in my subscription" and the Skill generates the appropriate KQL query, runs it via az graph query, and returns a formatted table of results. ## Quick Start Ask the agent to list all virtual machines in your subscription and it will generate and run the Azure Resource Graph query for you.