azure-resource-lookup

Query Azure infrastructure resources across subscriptions using KQL.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-resource-lookup-azaslonov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/azaslonov/apic-tools-demos/tree/main/plugins/azure/skills/azure-resource-lookup
Command: npx skills add https://github.com/azaslonov/apic-tools-demos --skill azure-resource-lookup-azaslonov

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of listing, finding, and understanding Azure resources across subscriptions and resource groups, enhancing resource management efficiency.

Core Features & Use Cases

  • Resource Listing and Discovery: Generate comprehensive lists of Azure resources, including VMs, web apps, storage accounts, and more.
  • Cross-Subscription Queries: Perform quick, cross-subscription searches for orphaned resources, tag compliance, and inventory insights.
  • Use Case: Imagine an administrator needs to find unattached disks and untagged resources across multiple subscriptions to optimize costs and improve security.

Quick Start

Ask the AI to list all resources in my subscription or identify orphaned resources for cleanup.

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 orphaned Azure resources across multiple subscriptions?

To find orphaned Azure resources across multiple subscriptions, you can run cross-subscription queries using Azure Resource Graph KQL. This identifies unattached disks and untagged items for cost optimization and security cleanup.

What is the best way to inventory Azure resources like VMs and storage accounts?

Inventorying Azure resources like VMs and storage accounts is best handled by querying Azure Resource Graph to generate comprehensive lists. This approach provides a centralized view of all infrastructure resources across various subscriptions and resource groups.

Can I perform a tag compliance audit across all my Azure resource groups?

Yes, you can perform a tag compliance audit across all your Azure resource groups. By executing cross-subscription KQL queries, you can analyze tag consistency and ensure your cloud infrastructure meets organizational compliance standards.

Does Azure Resource Graph support health status checks for cloud infrastructure?

Azure Resource Graph supports health status checks for cloud infrastructure through targeted KQL queries. This enables cloud administrators to monitor resource availability and compliance efficiently across multiple subscriptions.

What are the limitations of using KQL queries for Azure resource discovery?

While KQL queries effectively handle Azure resource discovery and inventory, their limitations depend on the query complexity and the scope of subscriptions. Users must construct precise queries to avoid throttling when searching large cloud environments.