azure-resource-lookup

Query Azure Resource Graph to inventory resources across subscriptions and resource groups.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-resource-lookup-davidrrowley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/davidrrowley/CortexYouV3/tree/main/.agents/skills/azure-resource-lookup
Command: npx skills add https://github.com/davidrrowley/CortexYouV3 --skill azure-resource-lookup-davidrrowley

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Cloud teams often struggle to inventory and locate resources across many subscriptions and resource groups, hindering governance, tagging, and risk management.

Core Features & Use Cases

  • Cross-subscription resource inventory using Azure Resource Graph for fast discovery
  • Identify orphaned resources and resources missing required tags
  • Filter by type, location, health, and provisioning state; export results for audits or reports

Quick Start

Ask the AI to list all resources across my subscriptions and resource groups.

Frequently Asked Questions about azure-resource-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inventory Azure resources across multiple subscriptions?

You inventory Azure resources across multiple subscriptions by leveraging Azure Resource Graph to execute KQL-based queries that discover and list resources across subscriptions and resource groups. This approach enables fast cross-subscription resource discovery.

What is the best way to find orphaned resources in Azure?

The best way to find orphaned resources in Azure is by querying Azure Resource Graph with KQL to identify unattached or unmanaged assets. This approach supports cross-subscription discovery to help manage risk and governance.

How does Azure Resource Graph help with tag compliance checks?

Azure Resource Graph assists with tag compliance checks by allowing you to filter resources based on their tags across subscriptions. You can identify resources missing required tags to maintain governance and auditing standards.

Can I filter Azure resource inventory by type, location, and provisioning state?

Yes, you can filter your Azure resource inventory by type, location, health, and provisioning state. Using KQL queries in Azure Resource Graph, you can apply these filters across subscriptions and export the results for audits or reports.

Do I need KQL to query Azure Resource Graph for resource discovery?

Yes, you need KQL to query Azure Resource Graph for resource discovery. The Skill satisfies requirements to perform KQL-based queries, enabling you to filter by subscription, resource type, location, and tags during cross-subscription inventory tasks.