Azure Resource Lookup

🏢Official
by microsoft · vlatest · Repository

Find Azure resources like VMs, storage accounts, and databases using name, ID, or location.

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

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

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

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

About This Skill

What it does

The Microsoft 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 accurate metadata, resource states, and associated properties directly from Azure environments.

When to use it

  • To quickly identify the status of a specific Azure VM during troubleshooting.
  • When gathering inventory details for compliance or audit purposes.
  • To fetch configuration data about an Azure storage account before deploying new applications.
  • During incident response to locate resources related to a particular subscription or resource group.

Key capabilities

  • Fetch metadata about Azure resources (e.g., name, type, location).
  • Retrieve current state and properties of resources.
  • Query resource groups and subscriptions for organized data retrieval.

Example prompts

  • "Show me the details of the virtual machine named 'web-server01' in subscription 'dev-subscription'."
  • "List all storage accounts under the resource group 'prod-resources'."
  • "What is the current state of the Azure SQL database 'finance-db'?"

Tips & gotchas

  • Ensure that the AI agent has appropriate permissions and access to the target Azure environment.
  • Resource lookup may be limited by regional availability or subscription restrictions.

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
1.2k

🏢 Official

Published by the company or team that built the technology.