Azure Resource Lookup
Quickly retrieves Azure resource details like name, location, and properties using a specified subscription ID.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add claudedjale-azure-resource-lookup npx -- -y @trustedskills/claudedjale-azure-resource-lookup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"claudedjale-azure-resource-lookup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/claudedjale-azure-resource-lookup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to look up Azure resources. It can retrieve information about specific resources, such as their properties and status. The agent can use this information for tasks like troubleshooting infrastructure issues or gathering details on deployed services.
When to use it
- Troubleshooting: Investigate the state of a particular virtual machine experiencing performance problems.
- Resource Inventory: Generate a list of all storage accounts within a specific Azure subscription.
- Compliance Checks: Verify that a database has encryption enabled as part of an audit process.
- Cost Optimization: Identify underutilized resources to potentially reduce cloud spending.
Key capabilities
- Retrieves information about Azure resources.
- Supports various resource types (specific types not listed).
- Operates within specified Azure subscriptions.
Example prompts
- "What is the status of virtual machine 'my-vm'?"
- "List all storage accounts in subscription 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'."
- "Does database 'mydb' have encryption enabled?"
Tips & gotchas
The agent requires appropriate Azure credentials and permissions to access resources. Ensure the necessary roles are assigned for the skill to function correctly.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.