azure-resource-lookup

Enumerate Azure resources across subscriptions and resource groups using Azure Resource Graph.

66|41|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-resource-lookup-olivomarco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/olivomarco/vbd-copilot/tree/main/skills/azure-resource-lookup
Command: npx skills add https://github.com/olivomarco/vbd-copilot --skill azure-resource-lookup-olivomarco

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure resource discovery across subscriptions is tedious and error-prone; this skill centralizes inventory using Azure Resource Graph.

Core Features & Use Cases

  • Cross-subscription resource discovery and inventory using ARG
  • Tag and property-based filtering to identify orphaned or misconfigured resources
  • Resource inventory reporting by type, location, and subscription

Quick Start

Query your Azure environment to inventory resources across subscriptions.

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 inventory Azure resources across multiple subscriptions by running cross-subscription queries using Azure Resource Graph and KQL. This centralizes discovery across resource groups and types, returning a unified resource inventory report.

What is the best way to query Azure resources using KQL for compliance checks?

The best way to query Azure resources using KQL for compliance checks is through Azure Resource Graph. It enables tag-based filtering and property-based queries to identify orphaned or misconfigured resources across subscriptions.

Does Azure Resource Graph require the az graph extension to perform cross-subscription queries?

Yes, performing cross-subscription queries with Azure Resource Graph requires the az graph extension. This prerequisite enables KQL query execution against multiple subscriptions to enumerate and filter resources.

How do I filter Azure resources by tags and properties to find orphaned resources?

You filter Azure resources by tags and properties to find orphaned resources by constructing KQL queries in Azure Resource Graph. This approach identifies misconfigured resources across resource groups and subscriptions.

Can I generate a resource inventory report by type and location across Azure subscriptions?

Yes, you can generate a resource inventory report by type, location, and subscription across Azure environments. Azure Resource Graph queries enumerate resources and aggregate them based on the specified properties.

Why does querying Azure resources across subscriptions manually become error-prone?

Querying Azure resources across subscriptions manually becomes error-prone due to scattered discovery across multiple portals and interfaces. Centralizing inventory with Azure Resource Graph and KQL eliminates these manual inconsistencies.