azure-resource-lookup

Fast discovery and inventory of Azure resources across subscriptions using Resource Graph queries.

microsoft ↓ 470k
Claude Code
View source ↗

What it does

  • List resources of any type (VMs, web apps, storage accounts, container apps, databases, etc.)
  • Show resources in a specific subscription or resource group
  • Query resources across multiple subscriptions or resource types
  • Find orphaned resources (unattached disks, unused NICs, idle IPs)
  • Discover resources missing required tags or configurations
  • Get a resource inventory spanning multiple types
  • Find resources in a specific state (unhealthy, failed provisioning, stopped)

Requirements & configuration

  • | SQL Databases | sql | ⚠️ Partial — requires resource group name |
  • | AuthorizationFailed | No read access to subscription | Check RBAC — need Reader role |

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Fast discovery and inventory of Azure resources across subscriptions using Resource Graph queries.

Source

Repository: https://github.com/microsoft/azure-skills

azure-resource-lookup FAQ

What does the azure-resource-lookup skill do?

List, find, and show Azure resources across subscriptions or resource groups. Handles prompts like \"list the websites in my subscription\", \"list my web apps\", \"show my app services\", \"list virtual machines\", \"list my VMs\", \"show storage accounts\", \"find container apps\", and \"what resources do I have\". USE FOR: list websites, list web apps, list app services, show websites in subscription, resource inventory, find resources by tag, tag analysis, orphaned resource discovery (not for cost analysis), unattached disks, count resources by type, cross-subscription lookup, and Azure Resource Graph queries. DO NOT USE FOR: deploying/changing resources (use azure-deploy), cost optimization (use azure-cost), or non-Azure clouds. List resources of any type (VMs, web apps, storage accounts, container apps, databases, etc.) Show resources in a specific subscription or resource group

What does azure-resource-lookup require?

| SQL Databases | sql | ⚠️ Partial — requires resource group name | | AuthorizationFailed | No read access to subscription | Check RBAC — need Reader role |

How do I install azure-resource-lookup?

Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-resource-lookup --agent claude-code — the source lives at github.com/microsoft/azure-skills.

Maintain azure-resource-lookup?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-resource-lookup on getagentictools
[![azure-resource-lookup on getagentictools](https://getagentictools.com/badge/skills/microsoft-azure-skills-azure-resource-lookup.svg)](https://getagentictools.com/skills/microsoft-azure-skills-azure-resource-lookup?ref=badge)
npx agentictools info skills/microsoft-azure-skills-azure-resource-lookup

The second line is the CLI lookup for this page — handy in READMEs and docs.