Automation & Ops ✓ Microsoft · Official azureresource-inventoryresource-graphkqlazure-climcp

Azure Resource Lookup

Inventory, filter, and discover Azure resources across subscriptions.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust17 / 25 · 3.4/5

The skill clearly restricts itself to read-only discovery and prohibits mutations through ARG, and it notes the Reader RBAC requirement, reducing external-impact risk. It does not specify user confirmation, data flows, sensitive-resource output handling, least-privilege boundaries, or recovery controls, so points are deducted.

Reliability8 / 20 · 2.0/5

The main workflow, tool routing, command format, and common errors are documented, making the happy path plausible. However, there is no skill-specific test or reproducible execution evidence; tool coverage and CLI/MCP routing depend on the external environment, and abnormal-input feedback is limited, so points are deducted and the static cap applies.

Adaptability10 / 15 · 3.3/5

Use cases, trigger examples, and exclusions are relatively clear, covering inventory, tag audits, orphan discovery, and cross-subscription queries. More precise input/output contracts, false-trigger boundaries, Chinese-language support, and mainland-China network reachability are not documented, so points are deducted.

Convention9 / 15 · 3.0/5

The skill has a readable SKILL.md, a reference file, quick reference, workflow, error handling, constraints, MIT licensing, author, and version metadata. It lacks a skill-level changelog, named maintenance owner and update path, fuller examples, FAQs, dependency installation notes, and a more complete limitations section, so points are deducted.

Effectiveness6 / 15 · 2.0/5

It supplies directly reusable ARG/KQL patterns, resource-type routing, and result-formatting commands for the core discovery task. However, no skill-specific execution evidence is provided, and query correctness, completeness, and benefit over dedicated tools still require review, so points are deducted under the static cap.

Verifiability4 / 10 · 2.0/5

Concrete commands, KQL, tool names, and error cases make the material somewhat auditable. The repository also shows generic CI, evaluation workflows, and tests, but the supplied files do not establish coverage of this skill's key paths or independent reproduction, so points are deducted and the static cap applies.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • This is a static source review; Azure CLI, MCP tools, and KQL queries were not executed.
  • Before use, verify Azure authentication, subscription scope, Reader permissions, the resource-graph extension, and the actual MCP tool names.
  • Results may expose cross-subscription inventories, tags, and network-exposure information; apply organizational access and disclosure policies.
  • ARG data is delayed and should not be treated as real-time monitoring or as an unchecked basis for security, compliance, or cost conclusions.
  • No evidence was provided for Chinese-language triggering or reachability from mainland-China networks.
See the full review method →

What it does & when to use it

Azure Resource Lookup lists, finds, and shows Azure resources across subscriptions and resource groups. It first checks whether a dedicated MCP tool provides full coverage, then falls back to Azure Resource Graph when needed. It supports inventory, tag audits, orphan discovery, and state-based filtering, but is not intended for deployments, resource changes, or cost analysis. The skill is part of the repository’s azure-skills plugin; the repository is MIT-licensed and actively developed.

It interprets the request, checks for a suitable dedicated MCP tool, and, when necessary, uses extension_cli_generate to produce an az graph query command. It queries Azure Resource Graph with KQL, can list subscriptions or resource groups to narrow scope, and shapes or limits results with --query, --first, and --subscriptions. Outputs may include resource inventories, resource details, missing-tag findings, orphaned-resource findings, or counts grouped by resource type or state.

  1. An Azure administrator needs an inventory of VMs, storage accounts, web apps, or databases across several subscriptions.
  2. A platform engineer needs to find unattached disks, unused NICs, or idle IP addresses.
  3. A governance team needs to identify resources missing required tags or stuck in unhealthy, failed, or stopped states.
  4. A user asks what Azure resources they have or needs resources listed within a particular resource group.

Pros & cons

Pros
  • Supports inventory across subscriptions and resource types.
  • Covers Web Apps and Container Apps, which lack complete dedicated listing coverage in the routing table.
  • Provides guidance for tag audits, orphan discovery, and state-based filtering.
  • Clearly defines when to use dedicated MCP tools versus Azure Resource Graph.
Limitations
  • Requires Azure CLI, the Resource Graph extension, MCP tooling, and suitable Azure read permissions.
  • Resource Graph data has slight delay and is unsuitable for real-time monitoring.
  • Queries are read-only and cannot deploy or change resources.
  • The source does not provide standalone test coverage or platform-specific validation for this individual skill.

How to install

Install the collection with npx skills add microsoft/skills, then select the skill in the wizard. Alternatively, clone the repository and copy .github/plugins/azure-skills/skills/azure-resource-lookup/ into the selected agent’s skill directory; the README gives .github/skills/ as an example. The source does not provide a standalone installation command for this skill.

How to use

Install the Resource Graph extension with az extension add --name resource-graph. Then use a natural-language prompt such as “list the websites in my subscription” or “find Azure resources missing an owner tag.” The skill uses a dedicated MCP tool when full coverage exists; otherwise it generates an az graph query command through extension_cli_generate. Queries should be scoped with --subscriptions or --first.

FAQ

Can it deploy or modify Azure resources?
No. It is read-only and intended for lookup and discovery; deployment or changes should use a separate skill.
What permissions are required?
The source specifies Reader access to the target subscription. AuthorizationFailed generally indicates insufficient read access.
Why might a query return no results?
There may be no matching resources, the subscription scope may be wrong, or the resource type may be misspelled. Check --subscriptions and the resource type spelling.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills