azure-resource-graph

Troubleshoot Azure Resource Graph queries across CLI, PowerShell, and REST workflows.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mfcollins3/standup --skill azure-resource-graph-mfcollins3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-graph
Source: https://github.com/mfcollins3/standup/tree/main/.github/skills/azure-resource-graph
Command: npx skills add https://github.com/mfcollins3/standup --skill azure-resource-graph-mfcollins3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Resource Graph is a powerful query engine for enumerating and analyzing resources across Azure. This skill provides expert guidance for developing, troubleshooting, and optimizing ARG queries, including handling limits, quotas, and configuration patterns to build scalable solutions.

Core Features & Use Cases

  • Troubleshooting and debugging ARG queries across CLI, PowerShell, and REST.
  • Designing efficient queries with paging and quota-conscious patterns.
  • Deploying and reusing shared queries across teams and automations.

Quick Start

Run a simple Azure Resource Graph query to list all resource groups in your subscription.

Frequently Asked Questions about azure-resource-graph

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

FAQPage Schema
How do I troubleshoot Azure Resource Graph query failures across PowerShell and CLI?

Troubleshoot Azure Resource Graph query issues by validating syntax, checking API limits, and verifying CLI, PowerShell, or REST configuration patterns. Apply best practices for GET/LIST versus Query operations to resolve execution errors.

What is the difference between GET/LIST and Query in Azure Resource Graph REST API?

In Azure Resource Graph, Query operations execute Kusto queries across subscriptions, while GET/LIST operations retrieve specific resources. Understanding this distinction prevents throttling and ensures efficient resource enumeration.

How do I handle paging and quota limits when running Azure Resource Graph queries?

Handle Azure Resource Graph paging and quota limits by implementing pagination patterns that respect throttling constraints. Design quota-conscious queries to retrieve large result sets efficiently without exceeding API rate limits.

Can I deploy and reuse shared Azure Resource Graph queries across automation workflows?

You can deploy and reuse shared Azure Resource Graph queries across teams and automations using shared query deployment scenarios. This enables consistent resource analysis and troubleshooting configurations across different environments.

Why does my Azure Resource Graph query return incomplete results in PowerShell?

Azure Resource Graph queries return incomplete results in PowerShell when paging limits are reached without implementing pagination. Use quota-conscious query patterns and proper paging techniques to retrieve all matching resources.