Cloud Azure Vm
Automates Azure VM setup and configuration using TeachingAI's guided instructions for streamlined cloud deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add teachingai-cloud-azure-vm npx -- -y @trustedskills/teachingai-cloud-azure-vm
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"teachingai-cloud-azure-vm": {
"command": "npx",
"args": [
"-y",
"@trustedskills/teachingai-cloud-azure-vm"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage Azure Virtual Machines (VMs). It enables tasks such as creating, starting, stopping, and deleting VMs, along with retrieving information about their status and configuration. The agent can leverage this skill to automate cloud infrastructure management workflows.
When to use it
- Automated VM Provisioning: Automatically create new virtual machines based on predefined templates or user requests.
- Scheduled Maintenance: Start and stop VMs according to a schedule, optimizing resource usage and costs.
- Troubleshooting & Monitoring: Retrieve the status of existing VMs to diagnose performance issues or identify potential problems.
- Infrastructure as Code: Manage Azure VM infrastructure through natural language commands instead of manual scripting.
Key capabilities
- Create Azure Virtual Machines
- Start Azure Virtual Machines
- Stop Azure Virtual Machines
- Delete Azure Virtual Machines
- Retrieve information about Azure Virtual Machine status
Example prompts
- "Create a new Ubuntu VM named 'webserver' in the 'eastus' region."
- "Stop the virtual machine called 'database-vm'."
- "What is the current status of my VMs?"
- “Delete the VM named ‘test-vm’."
Tips & gotchas
Requires appropriate Azure credentials and permissions to manage resources. Ensure your AI agent has access to an active Azure subscription for this 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.