What problem does it solve? Finding and inventorying Azure resources across multiple subscriptions and resource groups is slow with the portal or per-service CLI commands, especially for resource types without dedicated tooling. This Skill generates and runs Azure Resource Graph KQL queries to list, filter, and audit resources at scale. ## Core Features & Use Cases - Cross-Subscription Resource Inventory: List VMs, web apps, storage accounts, container apps, and any other resource type across all subscriptions with a single KQL query. - Orphaned Resource Discovery: Find unattached managed disks, unused public IPs, orphaned NICs, and idle load balancers that waste budget. - Tag & Compliance Audits: Identify resources missing required tags, check tag coverage by type, and detect resources with public network access enabled. - Use Case: Ask "show me all container apps in my subscription" and the Skill routes to a dedicated MCP tool if one exists, or generates an az graph query KQL command, executes it, and formats the results as a table. ## Quick Start Ask the assistant to list all virtual machines across your subscriptions and it will generate and run the appropriate Azure Resource Graph query.