azure-resource-lookup

List and query Azure resources across subscriptions using Azure Resource Graph.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of listing, finding, and managing Azure resources, enabling users to quickly identify and manage resources across their Azure environment.

Core Features & Use Cases

  • Resource Discovery: List and find resources of any type across subscriptions and resource groups.
  • Query Resources: Query resources across multiple subscriptions or resource types.
  • Orphaned Resources: Identify orphaned resources such as unattached disks and unused NICs.
  • Tag Analysis: Discover resources missing required tags or configurations.
  • Resource Inventory: Get a comprehensive inventory of resources spanning multiple types.
  • Use Case: Quickly find all virtual machines in a specific subscription or list all storage accounts across all subscriptions.

Quick Start

Use the azure-resource-lookup skill to list all virtual machines in the 'MyResourceGroup' resource group.

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 like unattached disks across my subscriptions?

To find orphaned Azure resources, you query across subscriptions to identify unattached disks and unused network interfaces. This Skill executes Azure Resource Graph queries to isolate resources no longer attached to active virtual machines, helping you clean up wasted infrastructure components.

What is the best way to get an inventory of Azure resources across multiple subscriptions?

The best way to get an Azure resource inventory is by querying multiple subscriptions simultaneously using Azure Resource Graph. This approach lists resources of any type across resource groups, delivering a comprehensive view of your entire infrastructure footprint.

Do I need the Azure CLI to query Azure Resource Graph?

Yes, you need the Azure CLI and the resource graph extension installed to query Azure Resource Graph. This Skill depends on the Azure CLI environment to execute queries, manage infrastructure, and perform tag analysis across your configured subscriptions.

How do I check which Azure resources are missing required tags?

To check for Azure resources missing required tags, you perform a tag analysis using Azure Resource Graph. This queries your subscriptions to discover resources lacking necessary configurations, ensuring your infrastructure inventory meets organizational compliance standards.

Can I list all virtual machines in a specific resource group using Azure Resource Graph?

Yes, you can list all virtual machines in a specific resource group using Azure Resource Graph. This Skill enables targeted resource discovery by querying and filtering specific resource types within defined resource groups across your Azure environment.