Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The azure-resource-lookup skill helps you list, find, and inspect Azure resources across subscriptions, resource groups, and regions. Use it to discover resource properties, check configurations, and inventory all deployed services. Find resources by tag, tag analysis, orphaned resource discovery, unattached disks, count resources by type, cross-subscription lookup, and Azure Resource Graph queries.
Skill azure-resource-lookup | Source code
Prerequisites
- Azure subscription: Create a free account if you don't have one.
- AI assistant with Azure Skills: GitHub Copilot for Azure, Visual Studio Code with Azure MCP extension, Claude Code, or another compatible MCP client.
- Azure CLI (v2.60.0+): Install and sign in with
az login.
When to use this skill
Use this skill when you need to:
- List resources of any type (VMs, web apps, storage accounts, container apps, databases, and more).
- 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).
- Answer "what resources do I have?" or "show me my Azure resources".
- List web apps, websites, or App Services.
When not to use this skill
- Deploying or modifying resources (use
azure-deployorazure-prepare). - Analyzing resource costs (use
azure-cost).
Example prompts
Try these prompts to activate this skill:
- "List the websites in my subscription"
- "List my web apps"
- "Show my app services"
- "List virtual machines"
- "Show storage accounts"
- "Find container apps"
- "What resources do I have?"
- "Find resources by tag"
- "Show orphaned resources"
- "Count resources by type"