azure-resource-lookup

Discovers and inventories Azure resources across subscriptions using Azure Resource Graph.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly discover, inventory, and analyze Azure resources across subscriptions and resource groups without manually searching the portal.

Core Features & Use Cases

  • Resource discovery: List virtual machines, storage accounts, web apps, container apps, databases, and more.
  • Cross-scope inventory: Show resources in a subscription, resource group, or across multiple subscriptions.
  • Governance and cleanup: Find orphaned disks, unused public IPs, missing tags, and failed provisioning states.
  • Example: Use this Skill when you need a complete Azure resource inventory or want to identify resources that violate naming, tagging, or health expectations.

Quick Start

Ask the assistant to list your Azure resources in a specific subscription, resource group, or resource type.

Frequently Asked Questions about azure-resource-lookup

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

FAQPage Schema
How do I query Azure resources across multiple subscriptions?

You can query Azure resources across multiple subscriptions using KQL-based querying with Azure Resource Graph. This approach allows you to perform cross-scope inventory and list resources without manually navigating the Azure portal.

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

Finding orphaned Azure resources is done by running Azure Resource Graph queries to detect unused public IPs and orphaned disks. This allows you to identify resources that violate health expectations and perform infrastructure governance cleanup.

How do I audit missing tags on Azure resources?

You audit missing tags on Azure resources by executing KQL queries through Azure Resource Graph. This tag audit process helps identify resources that violate naming or tagging expectations across your inventory.

Do I need Azure CLI to inventory resources across resource groups?

Yes, inventorying resources across resource groups requires the Azure CLI resource-graph extension. You also need read-only access to Azure subscription metadata to successfully execute the KQL queries.

Can I check the provisioning state of Azure resources with KQL?

Yes, you can check the provisioning state of Azure resources with KQL. By querying Azure Resource Graph, you can identify failed provisioning states and perform health checks for comprehensive infrastructure governance.