azure-resource-lookup

Query and inventory Azure resources across subscriptions using Azure Resource Graph.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Chieji/my-skills --skill azure-resource-lookup-chieji
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/Chieji/my-skills/tree/main/azure-resource-lookup
Command: npx skills add https://github.com/Chieji/my-skills --skill azure-resource-lookup-chieji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

List, find, and show Azure resources across subscriptions and resource groups, enabling quick inventory, auditing, and governance.

Core Features & Use Cases

  • Cross-subscription resource discovery with Azure Resource Graph for fast, scalable queries across types.
  • List resources by type, filter by resource group, location, tag, and health status, and identify orphaned or misconfigured resources.
  • Generate a consolidated resource inventory and support governance tasks like tag compliance and cost controls.

Quick Start

Run a simple query to inventory all Azure resources across your target subscriptions.

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 at once?▼

You can inventory Azure resources across multiple subscriptions simultaneously by running cross-subscription queries with Azure Resource Graph, which allows fast and scalable discovery across diverse resource types.

What's the best way to detect orphaned Azure resources?▼

The best way to detect orphaned Azure resources is to use Azure Resource Graph queries to identify misconfigured or unattached resources, helping you maintain a consolidated inventory and support governance tasks.

How do I check tag compliance across diverse Azure resource types?▼

To check tag compliance across Azure resources, query your target subscriptions using Azure Resource Graph to filter resources by tag, location, and health status, ensuring your governance policies are met.

Do I need the az CLI to query Azure Resource Graph for resource discovery?▼

Yes, you need the az CLI with the resource-graph extension installed and read access to the target subscriptions to perform cross-subscription resource discovery and inventory tasks.

Can I list Azure resources by resource group and location?▼

Yes, you can list Azure resources by filtering them according to resource group, location, tag, and health status, enabling quick auditing and consolidated inventory generation across your environment.