azure-vms

Installation
SKILL.md

Azure Virtual Machines

Deploy and manage Azure VMs, availability sets, scale sets, custom images, and managed disks. Covers VM creation, sizing, disk management, auto-scaling, and Terraform configurations for production environments.

When to Use

  • You need full control over the operating system and runtime environment.
  • Your application requires specific OS configurations or kernel modules.
  • You are running legacy applications that cannot be containerized.
  • You need GPU-accelerated compute for ML training or rendering.
  • You need high-availability compute with availability zones or scale sets.

Prerequisites

# Install Azure CLI
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
Installs
66
GitHub Stars
39
First Seen
Feb 4, 2026
azure-vms — bagelhole/devops-security-agent-skills