Azure Resource Lookup

🏢Official
by microsoft · vlatest · Repositoryskills.sh

Quickly retrieve Azure resource details like name, location, and type using natural language queries.

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-lookup npx -- -y @trustedskills/azure-resource-lookup
2

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

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

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

About This Skill

What it does

The azure-resource-lookup skill enables AI agents to retrieve detailed information about Azure resources, such as virtual machines, storage accounts, and network configurations. It provides metadata like resource types, locations, tags, and dependencies, helping users understand the structure and relationships within an Azure environment.

When to use it

  • To quickly identify Azure resources in a subscription for auditing or documentation purposes.
  • When troubleshooting issues by examining the configuration of specific Azure services.
  • During migration planning to inventory existing resources and their properties.
  • For developers needing metadata about Azure resources to integrate with other tools or scripts.

Key capabilities

  • Retrieve resource details such as type, location, tags, and provisioning state.
  • List all resources within a subscription or resource group.
  • Identify dependencies between Azure resources.
  • Filter resources based on criteria like name, type, or tag.

Example prompts

  • "List all virtual machines in the 'dev' resource group."
  • "Show me the tags associated with this storage account."
  • "What are the dependencies of the network security group named 'NSG-Frontend'?"

Tips & gotchas

  • Ensure you have proper Azure permissions to access resource details.
  • This skill may not support all Azure service types; check for compatibility with your specific resources.

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
microsoft
Installs
104.3k

🏢 Official

Published by the company or team that built the technology.