azure-resource-lookup

Discover and manage Azure resources across subscriptions with Azure Resource Graph.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages and discovers Azure resources across subscriptions, helping users list, find, and manage their Azure infrastructure with ease.

Core Features & Use Cases

  • Resource Inventory: Lists and discovers resources across multiple subscriptions and resource groups.
  • Cross-Subscription Queries: Provides a way to query resources across different subscriptions.
  • Orphaned Resources: Helps in finding orphaned resources, such as unattached disks or unused IPs.
  • Tag and Compliance: Ensures that resources meet required tags and configurations.
  • Health and Diagnostics: Offers insights into the health status of resources.

Quick Start

Run the list_resources command to view all resources in the current 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 find orphaned Azure resources across multiple subscriptions?

You can find orphaned Azure resources across multiple subscriptions by running queries with Azure Resource Graph to locate unattached disks and unused IPs.

What is the best way to inventory Azure resources at scale?

Inventorying Azure resources at scale is done using Azure Resource Graph queries to list and discover resources across multiple subscriptions and resource groups.

Can I check Azure resource tag compliance across different subscriptions?

Yes, you can check Azure resource tag compliance across different subscriptions by querying your infrastructure with Azure Resource Graph to ensure resources meet required tags and configurations.

Does this approach require special permissions to query Azure resources?

Yes, querying Azure resources requires access to your Azure environment and the relevant permissions to perform resource operations and read infrastructure data across the targeted subscriptions.

How do I get health and diagnostics insights for my Azure infrastructure?

You get health and diagnostics insights for your Azure infrastructure by using Azure Resource Graph to query the health status of resources across your subscriptions.