Azure Resource Discovery

🌐Community
by mindmorass · vlatest · Repository

Quickly identifies Azure resources (VMs, databases, etc.) within a subscription based on specified criteria.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add azure-resource-discovery npx -- -y @trustedskills/azure-resource-discovery
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "azure-resource-discovery": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-resource-discovery"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to discover and list Azure resources. It leverages the Azure Resource Graph API to query for resources based on various criteria, providing a detailed inventory of your cloud infrastructure. The agent can then present this information in a structured format for analysis or further action.

When to use it

  • Inventory Management: Quickly identify all virtual machines running in a specific region.
  • Cost Optimization: Determine the number and type of storage accounts being used to assess potential cost savings.
  • Security Audits: List all resources with public IP addresses for security review.
  • Compliance Checks: Identify resources tagged with specific compliance labels.

Key capabilities

  • Azure Resource Graph API integration
  • Resource listing based on various filters (region, resource type, tags)
  • Structured output of discovered resources

Example prompts

  • "List all virtual machines in the West US region."
  • "Show me all storage accounts tagged with 'environment:production'."
  • "Find all resources with public IP addresses."

Tips & gotchas

  • Requires appropriate Azure permissions to access the Resource Graph API. Ensure the agent has a service principal or managed identity configured with sufficient roles (e.g., Reader).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mindmorass
Installs
3

🌐 Community

Passed automated security scans.