azure-resource-lookup

Official source

Lists and finds Azure resources across subscriptions and resource groups using Azure Resource Graph KQL, including orphaned resources and tag audits.

Source: Microsoft

GitHub Copilot · CompatibleClaude Code · CompatibleDevelopment

At a glance

Verified source
Best for
Listing web apps, VMs, storage, or any resource across subscriptions
Works with
GitHub Copilot · Claude Code
Outcome
Finding orphaned resources like unattached disks or idle IPs
Source
microsoft/github-copilot-for-azure

01 / Understand the skill

About azure-resource-lookup

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\".

Not a fit when

DO NOT USE FOR: deploying/changing resources (use azure-deploy), cost optimization (use azure-cost), or non-Azure clouds.

Read full description

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.

02 / Confirm the fit

Use azure-resource-lookup when you need to

  • Listing web apps, VMs, storage, or any resource across subscriptions
  • Finding orphaned resources like unattached disks or idle IPs
  • Auditing resources missing required tags
  • Cross-subscription inventory when no dedicated MCP tool exists

03 / See the workflow

How azure-resource-lookup works

  1. 01Install: npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-resource-lookup
  2. 02Try: List all web apps and any unattached disks across my subscriptions.
  3. 03Get: An ARG query run via az graph with a formatted table of matching resources.

Check before installing

Compatible platforms

GitHub Copilot · Claude Code

Best fit

Listing web apps, VMs, storage, or any resource across subscriptions

Review the source instructions if the required output differs from the formats described above.

Install and use

Compatible with GitHub Copilot and Claude Code · Published by Microsoft

Ready to add azure-resource-lookup?

Use the published instructions below, then provide the required input and describe the result you need.

General instructions · GitHub Copilot · Claude Code

npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-resource-lookup

Review the source repository and license before installing third-party skills.

Continue exploring

Similar skills

claude-apiOfficial

Authoritative reference for the Claude API and Anthropic SDKs: model IDs, pricing, thinking/effort params, streaming, tool use, caching, managed agents, and model migration.

xlsxOfficial

Read, edit, create, and fix Excel/CSV files — formulas, formatting, charts, and clean financial models with zero formula errors.

Generate distinctive, production-grade frontend UI that avoids generic AI aesthetics — pages, components, dashboards, and landing pages.

mcp-builderOfficial

Build high-quality MCP (Model Context Protocol) servers in Python (FastMCP) or Node/TypeScript that let LLMs use external services through well-designed tools.