azure-resource-lookup

List and discover Azure resources across subscriptions using Azure Resource Graph and KQL.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-resource-lookup-jonathan-vella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/jonathan-vella/azure-smb-rf/tree/main/.github/skills/azure-resource-lookup
Command: npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-resource-lookup-jonathan-vella

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-cli, az-graph, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to quickly discover, list, and find Azure resources across multiple subscriptions and resource groups, enhancing resource management and discovery capabilities.

Core Features & Use Cases

  • Resource Discovery: List, find, and discover Azure resources of any type across subscriptions and resource groups.
  • Querying Resources: Query resources across multiple subscriptions or resource types, and find orphaned or missing resources.
  • Use Case: For an IT administrator looking to inventory all resources within a specific subscription, this Skill can list all resources, providing a comprehensive view of the Azure environment.

Quick Start

Use the azure-resource-lookup skill to list all virtual machines in the current subscription.

Frequently Asked Questions about azure-resource-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list Azure resources across multiple subscriptions?

You can list Azure resources across multiple subscriptions by using Azure Resource Graph and Kusto Query Language to query and discover inventory across your environment comprehensively.

What is the best way to find orphaned Azure resources in my environment?

Finding orphaned Azure resources is achieved by querying resources across subscriptions using Azure Resource Graph and Kusto Query Language to identify missing or unattached items.

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

Yes, you need the Azure CLI and the Azure Resource Graph extension to query resources, as this Skill requires these dependencies to execute Kusto Query Language commands.

Can I use Kusto Query Language to inventory virtual machines by resource group?

Yes, you can use Kusto Query Language to inventory virtual machines by targeting specific resource groups, applying Azure Resource Graph to discover and list resources within those boundaries.

What are the limitations of using Azure Resource Graph for resource discovery?

Azure Resource Graph resource discovery is limited to providing an overview for auditing and troubleshooting, requiring the Azure CLI and az-graph extension without modifying the resources directly.

Related Skills