azure-resource-lookup

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users quickly locate, list, and discover Azure resources of any type, saving time on manual searches and inventory management.

Core Features & Use Cases

  • Resource Listing: Enumerate resources like VMs, storage, web apps, and more with simple queries.
  • Cross-Subscription Search: Discover resources across multiple subscriptions seamlessly.
  • Orphaned Resource Detection: Find unattached disks, unused network interfaces, and idle IP addresses to optimize resource utilization.
  • Tag Compliance Checks: Identify resources missing required tags for governance.
  • Use Case: A cloud administrator needs to generate an inventory report of all resources in multiple subscriptions and identify unattached disks for cleanup.

Quick Start

Ask the AI to list all resources in a specific resource group or across subscriptions and receive an organized table of results.

Frequently Asked Questions about azure-resource-lookup

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

FAQPage Schema
How do I find Azure resources across multiple subscriptions at once?

To find Azure resources across multiple subscriptions, you can use Azure Resource Graph to run cross-subscription queries that inventory all your cloud assets in a single organized view.

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

Detecting orphaned Azure resources involves querying your infrastructure to identify unattached disks, unused network interfaces, and idle IP addresses so you can remove them and optimize cloud utilization.

How do I check Azure tag compliance across resource groups?

Checking Azure tag compliance requires querying your resource groups to identify and list resources that are missing required governance tags for your enterprise infrastructure.

Can I use KQL to query Azure Resource Graph for specific resource types?

Yes, you can use Kusto Query Language (KQL) with Azure Resource Graph to perform detailed filtering and enumerate specific resource types like virtual machines, storage accounts, and web apps.

Do I need Azure Resource Graph to list resources in a specific resource group?

Querying Azure Resource Graph is the efficient method to list resources in a specific resource group, allowing you to quickly generate organized inventory reports without manual portal searches.