azure-resource-lookup

Query Azure resources across subscriptions using Azure Resource Graph and KQL.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-resource-lookup-anishi1222
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-lookup
Source: https://github.com/anishi1222/multi-agent-code-reviewer/tree/main/.agents/skills/azure-resource-lookup
Command: npx skills add https://github.com/anishi1222/multi-agent-code-reviewer --skill azure-resource-lookup-anishi1222

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The azure-resource-lookup Skill solves the challenge of manually searching for Azure resources across different subscriptions and resource groups.

Core Features & Use Cases

  • Resource Discovery: Quickly find and list Azure resources like websites, VMs, and storage accounts across subscriptions or resource groups.
  • Tag Analysis: Identify resources with missing tags or specific configurations for compliance checks.
  • Orphaned Resource Detection: Uncover unattached disks, unused NICs, and idle IPs.
  • Use Case: When you need to inventory resources or check for orphaned resources to optimize cloud costs or improve resource utilization.

Quick Start

To list the websites in your current subscription, use: 'az resource lookup websites list'

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 query Azure resource inventory across multiple subscriptions using Azure Resource Graph and Kusto Query Language. This automates resource discovery and state checks, eliminating the need to manually browse through individual subscriptions and resource groups.

What is the best way to list Azure websites and VMs in a subscription?

The best way to list Azure websites and VMs is by running an automated resource lookup command. Using Azure CLI, you can quickly discover and inventory cloud resources like storage accounts across your current subscription at scale.

Can I check Azure resource tags for compliance across resource groups?

Yes, you can check Azure resource tags for compliance across resource groups using Kusto Query Language. This Skill identifies resources with missing tags or specific configurations to ensure your cloud inventory meets compliance requirements across subscriptions.

Do I need Azure CLI installed to query resources at scale?

Yes, you need Azure CLI installed to query resources at scale because this Skill depends on az-cli. It leverages Azure Resource Graph and Kusto Query Language through the CLI to automate cross-subscription resource discovery and inventory checks.

How does Azure Resource Graph help with cloud resource management?

Azure Resource Graph helps with cloud resource management by enabling Kusto Query Language queries across subscriptions. It allows you to efficiently inventory resources, detect orphaned assets, and check resource states without manual browsing.