azure-resource-lookup

Inventory Azure resources across subscriptions and resource groups via Azure Resource Graph.

2.9k|323|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/microsoft/skills --skill azure-resource-lookup-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/microsoft/skills/tree/main/.github/plugins/azure-skills/skills/azure-resource-lookup
Command: npx skills add https://github.com/microsoft/skills --skill azure-resource-lookup-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inventory and track Azure resources across multiple subscriptions and resource groups to build a coherent resource inventory and enable governance.

Core Features & Use Cases

  • List all resources across subscriptions and groups with their type, location, and tags.
  • Find resources by tag, state, or type and perform cross-subscription lookups.
  • Generate a centralized inventory to support governance, auditing, and cost control.

Quick Start

Inventory all Azure resources across subscriptions to generate a unified inventory.

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 can inventory Azure resources across multiple subscriptions by running cross-subscription queries via Azure Resource Graph to generate a unified list of resource types, locations, and tags.

Can I find orphaned Azure resources using Azure Resource Graph?

Yes, Azure Resource Graph supports orphaned-resource detection, allowing you to identify unattached or unmanaged resources across your subscriptions for better governance and cost control.

How do I list Azure resources by tag across subscriptions?

You can list Azure resources by tag across subscriptions using tag-based discovery queries in Azure Resource Graph to filter and locate specific resources within your environment.

Do I need Azure CLI to query resources with Azure Resource Graph?

Yes, Azure CLI and Azure Resource Graph tooling are required to execute cross-subscription queries and produce structured inventory results for your Azure environment.

What is the best way to build a centralized Azure resource inventory for auditing?

The best way to build a centralized Azure resource inventory for auditing is to query resource health and states across subscriptions and resource groups using Azure Resource Graph to produce structured results.

Does cross-subscription Azure resource lookup support resource health insights?

Yes, cross-subscription Azure resource lookup provides resource health insights, allowing you to monitor the state of resources across your entire Azure environment for governance and auditing.