home / skills / partme-ai / full-stack-skills / cloud-azure-vm
This skill helps users manage Azure Virtual Machines by guiding creation, configuration, networking, and ongoing administration.
npx playbooks add skill partme-ai/full-stack-skills --skill cloud-azure-vmReview the files below or copy the command above to add this skill to your agents.
---
name: cloud-azure-vm
description: Provides comprehensive guidance for Azure Virtual Machines including VM creation, configuration, networking, and Azure VM management. Use when the user asks about Azure VMs, needs to create Azure VMs, configure Azure compute, or manage Azure virtual machines.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides practical, end-to-end guidance for Azure Virtual Machines, covering VM creation, sizing, storage, networking, security, and lifecycle management. It helps both beginners and experienced engineers choose the right VM type, automate provisioning, and maintain healthy, cost-effective VM fleets. The content emphasizes actionable steps, common pitfalls, and recommended Azure tooling.
The skill inspects your goals—development, production workload, or testing—and recommends VM configurations, OS images, disk types, and networking patterns. It explains commands and templates for Azure CLI, PowerShell, ARM/Bicep, and Terraform to provision and manage VMs. It also covers post-deployment tasks: extensions, backups, monitoring, scaling, and patching strategies.
Which VM series should I pick for general-purpose workloads?
Use the D-series for balanced CPU and memory; choose E-series for memory-optimized or F-series for compute-optimized cases.
How do I minimize VM costs?
Rightsize instances, use reserved instances or savings plans for stable workloads, leverage spot VMs for interruptible tasks, and shut down dev VMs when idle.