azure-resources

Queries Azure resources and configurations via the Azure CLI with read-only access.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BreakerOfStems/claude-skills --skill azure-resources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resources
Source: https://github.com/BreakerOfStems/claude-skills/tree/main/skills/azure-resources
Command: npx skills add https://github.com/BreakerOfStems/claude-skills --skill azure-resources

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to query and inspect Azure resources and configurations without making any changes, providing visibility into their cloud infrastructure.

Core Features & Use Cases

  • Resource Inspection: View details of Azure resources, resource groups, and subscriptions.
  • Configuration Querying: Understand the current state and settings of various Azure services.
  • Use Case: A developer needs to quickly find the type and location of all storage accounts within a specific resource group to understand their deployment.

Quick Start

List all resource groups in the current Azure subscription.

Frequently Asked Questions about azure-resources

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

FAQPage Schema
How do I query Azure resources and configurations without making changes?

You can query Azure resources and configurations in a read-only capacity using the Azure CLI. This Skill enforces read-only operations to inspect cloud infrastructure, returning JSON output for consistent parsing.

What is the best way to perform infrastructure auditing across Azure subscriptions?

Infrastructure auditing across Azure subscriptions is performed by querying resources and resource groups in a read-only mode. The Skill mandates JSON output to ensure consistent parsing of the audited configuration data.

Can I use this to discover storage accounts within a specific Azure resource group?

Yes, you can discover storage accounts within a specific resource group by querying Azure resources. It supports resource discovery and configuration verification, outputting the type and location details in JSON format.

Do I need the Azure CLI to inspect my cloud infrastructure configurations?

Yes, the Azure CLI is required to inspect your cloud infrastructure configurations. The Skill uses the Azure CLI to execute read-only queries against your subscriptions and resource groups.

Why does querying Azure resources return JSON output instead of a table?

Querying Azure resources returns JSON output to enforce consistent parsing of configuration data. This standardized format ensures infrastructure auditing and resource discovery results are machine-readable and easily processed.

What are the limitations of using a read-only approach for Azure resource inspection?

The limitation of read-only Azure resource inspection is that no changes can be made to the infrastructure. It is strictly for viewing details and understanding the current state of settings across subscriptions.