azure-resource-lookup

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/crytlig/azure-agentic-infraops --skill azure-resource-lookup-crytlig
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/crytlig/azure-agentic-infraops/tree/main/.github/skills/azure-resource-lookup
Command: npx skills add https://github.com/crytlig/azure-agentic-infraops --skill azure-resource-lookup-crytlig

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It simplifies the task of discovering, listing, and analyzing Azure resources scattered across multiple subscriptions and resource groups, providing quick insights into cloud asset inventories.

Core Features & Use Cases

  • Resource Listing: List resources by type, tags, or status across any scope.
  • Resource Discovery: Identify orphaned, untagged, or idle assets to optimize infrastructure.
  • Cross-Subscription Queries: Perform fast, scalable searches using Azure Resource Graph.
  • Use Case: An infrastructure engineer needs a complete inventory of all virtual machines and storage accounts in a tenant for audit purposes.

Quick Start

Use the azure resource lookup skill to find all running web apps in my subscription.

Frequently Asked Questions about azure-resource-lookup

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

FAQPage Schema
How do I list Azure resources across multiple subscriptions for an inventory audit?

To list Azure resources across multiple subscriptions, you can query the Azure Resource Graph using fast KQL queries to discover resource types, status, and tags across your tenant for comprehensive inventory audits.

What is the best way to find orphaned or untagged Azure resources in my cloud environment?

Finding orphaned or untagged Azure resources involves running discovery queries against the Azure Resource Graph to identify idle assets and check tag compliance, helping optimize your infrastructure and improve cloud governance.

Can I query Azure resource configurations and tags across resource groups at scale?

Yes, you can query Azure resource configurations and tags across resource groups at scale by leveraging the Azure Resource Graph, which executes fast, scalable searches covering resource status and settings across any scope.

How does Azure Resource Graph improve cloud asset discovery compared to listing resources manually?

Azure Resource Graph improves cloud asset discovery by enabling fast, scalable KQL queries that instantly cover multiple subscriptions and resource groups, replacing manual listing with automated inventory and compliance checks.

Do I need specific tools to perform cross-subscription Azure resource discovery?

Performing cross-subscription Azure resource discovery requires leveraging the Azure Resource Graph and specific MCP tools to execute KQL queries that quickly locate and analyze resources across your tenant.

What are the limitations of using Azure Resource Graph for resource inventory checks?

Azure Resource Graph for resource inventory checks focuses on querying configurations, status, and tags but may require additional governance tools for continuous compliance monitoring or automated remediation of the discovered assets.