Azure Admin
Manage Azure resources like VMs, storage, and networks using secure, automated commands via rysweet's azure-admin skill.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-admin npx -- -y @trustedskills/azure-admin
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-admin": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-admin"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to manage Azure resources. It can perform tasks such as creating resource groups, deploying virtual machines, and configuring network settings within an Azure environment. The agent can also retrieve information about existing Azure resources and their configurations.
When to use it
- Automating the creation of new development environments in Azure.
- Troubleshooting issues with deployed applications by retrieving configuration details from Azure.
- Managing infrastructure as code, such as deploying a new virtual machine based on a defined template.
- Responding to incidents requiring quick adjustments or deployments within an Azure subscription.
Key capabilities
- Resource Group Management (creation, deletion)
- Virtual Machine Deployment and Configuration
- Network Configuration
- Azure Resource Information Retrieval
Example prompts
- "Create a new resource group named 'my-dev-rg' in the West US region."
- "Deploy a Windows Server 2022 virtual machine with 8 vCPUs and 16 GB of RAM."
- "What is the IP address assigned to my web server?"
Tips & gotchas
The agent requires appropriate Azure credentials (e.g., Service Principal) to execute commands. Ensure these credentials are securely provided and have the necessary permissions within your Azure subscription.
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.