azure-resource-lookup

Query Azure resource metadata across subscriptions using Resource Graph and KQL.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/dahatake/HypervelocityEngineering --skill azure-resource-lookup-dahatake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/dahatake/HypervelocityEngineering/tree/main/.github/skills/azure-skills/azure-resource-lookup
Command: npx skills add https://github.com/dahatake/HypervelocityEngineering --skill azure-resource-lookup-dahatake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to efficiently list, find, and explore their Azure resources, providing quick insights into resource inventories and configurations.

Core Features & Use Cases

  • Resource Listing and Discovery: List resources like VMs, web apps, storage accounts, and more across subscriptions and resource groups.
  • Resource Inspection and Search: Find orphaned resources, resources with specific tags, or resources in certain states.
  • Use Case: A cloud administrator needs to identify all unattached disks and untagged resources in an environment to optimize costs and compliance.

Quick Start

Use this Skill to list all virtual machines in my subscription and 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 across multiple subscriptions?

You can find orphaned Azure resources across subscriptions by querying Azure Resource Graph with KQL. This Skill inspects resource states and attributes to help identify unattached disks and untagged items for cost and compliance optimization.

What is the best way to list all Azure virtual machines in my subscriptions?

The best way to list all Azure virtual machines is by querying Azure Resource Graph. This Skill provides a comprehensive method to discover and inventory resources like VMs, web apps, and storage accounts across multiple subscriptions.

How do I use KQL to search for Azure resources with specific tags?

You use KQL to search for Azure resources with specific tags by querying the Azure Resource Graph. This allows complex filtering on resource attributes and states to support inventory searches and compliance checks across your environment.

Does Azure Resource Graph support querying resources across multiple subscriptions?

Yes, Azure Resource Graph supports querying resources across multiple subscriptions. This Skill leverages that capability to provide a comprehensive method for identifying, inventorying, and analyzing resources throughout your cloud environment.

Can I check compliance and inventory Azure cloud resources without writing complex scripts?

You can inventory Azure cloud resources and check compliance without complex scripts by using Azure Resource Graph with KQL. This Skill provides a structured method to query metadata and analyze configurations across subscriptions.