azure-compute

Manage Azure Virtual Machines and Virtual Machine Scale Sets with Azure CLI or PowerShell.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-compute-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-compute
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-compute
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-compute-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for managing Azure Virtual Machines (VMs) and Virtual Machine Scale Sets (VMSS), including deployment, configuration, and troubleshooting.

Core Features & Use Cases

  • VM Deployment: Create and provision VMs and VMSS with various configurations.
  • Capacity Reservations: Reserve VM capacity for guaranteed availability.
  • Troubleshooting: Diagnose and resolve connectivity and configuration issues.
  • Use Case: If you need to deploy a new VM for a web application, this Skill can guide you through the process, including selecting the right VM size, configuring networking, and setting up essential machine management.

Quick Start

Use the azure-compute skill to deploy a new VM in the 'eastus' region with the 'Standard_D4s_v5' size and Windows OS.

Frequently Asked Questions about azure-compute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a new Azure VM using the Azure CLI?

To deploy an Azure VM, you need to provision the resource with Azure CLI commands by specifying the region, VM size, and operating system configuration. This Skill guides you through selecting the right VM size, configuring networking, and setting up essential machine management for deployment.

What is an Azure capacity reservation and when do I need it?

An Azure capacity reservation allows you to reserve VM capacity in a specific region to guarantee availability. You need capacity reservations when deploying critical workloads that require guaranteed compute resources during high-demand periods.

How do I troubleshoot Azure VM connectivity issues?

Troubleshooting Azure VM connectivity issues involves diagnosing network configurations and resolving setup problems using Azure CLI or PowerShell commands. This Skill provides guidance to identify and resolve common connectivity and configuration failures.

Do I need Azure CLI installed to manage Virtual Machine Scale Sets?

Yes, you need Azure CLI or PowerShell installed to manage Virtual Machine Scale Sets. This Skill requires these command-line tools to execute VMSS configuration, deployment, and capacity reservation management operations.

What's the best way to configure a Virtual Machine Scale Set for a web application?

Configuring a Virtual Machine Scale Set for a web application involves provisioning the VMSS with appropriate sizes and OS settings via Azure CLI. This Skill provides expert guidance for deployment and configuration to ensure your web application scales correctly.

Why does my Azure VM deployment fail when selecting a VM size?

Azure VM deployment may fail if the selected VM size is unavailable in the target region or capacity is restricted. This Skill helps troubleshoot configuration issues and manage capacity reservations to ensure successful provisioning.