Edit

Azure skill for Azure Resource Lookup

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

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-deploy or azure-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"