Agent skill · Testing & QA

azure-compute

Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeMIT
Install
npx skills add microsoft/azure-skills --skill azure-compute --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 41
SKILL.md size: 3 KB
Bundled scripts: none
Version: 2.5.1
Declared author: Microsoft
Path: skills/azure-compute/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure Compute Skill Routes Azure VM and Virtual Machine Scale Set (VMSS) requests to the right workflow. ## When to Use This Skill - User wants to **recommend, compare, or price** a VM or VMSS - User wants to **create, provision, or deploy** a VM or VMSS - User asks about **Capacity Reservation Groups** (CRG) — reserve, guarantee capacity, pre-provision - User asks about **Essential Machine Management** (EMM) — machine enrollment, monitor **Disambiguate with `azure-prepare`:** if the user wants to deploy an **application** (Docker service, web app, API, serverless workload), route to `azure-prepare`. `vm-creator` is for **bare VM/VMSS infrastructure** only. ## Routing **Mandatory workflow-first routing:** never route directly to `references/*` files. First classify the user intent below, open the matched workflow file, then load only the reference files that workflow requests. Reference files are supporting material, not entry points. If the intent is unclear, ask a clarifying question to disambiguate between the workflows. | Workflow | File | Use when | |---|---|---| | **VM Recommender** | [vm-recommender.md](workflows/vm-recommender/vm-recommender.md) | User asks which VM/VMSS

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Routing
Ships with 24 files
  • references/retail-prices-api.md
  • references/vm-families.md
  • references/vm-quotas.md
  • references/vmss-guide.md
  • workflows/capacity-reservation/capacity-reservation.md
  • workflows/capacity-reservation/references/association-disassociation.md
  • workflows/capacity-reservation/references/capacity-reservation-overview.md
  • workflows/essential-machine-management/essential-machine-management.md
  • workflows/essential-machine-management/references/emm-enable-flow-portal-guidance.md
  • workflows/essential-machine-management/references/emm-enable-flow.md
  • workflows/essential-machine-management/references/emm-overview.md
  • workflows/essential-machine-management/references/emm-prerequisites.md
  • workflows/vm-creator/examples/bicep/README.md
  • workflows/vm-creator/examples/bicep/main.bicep
  • workflows/vm-creator/examples/terraform/README.md
  • workflows/vm-creator/examples/terraform/main.tf
  • workflows/vm-creator/examples/terraform/outputs.tf
  • workflows/vm-creator/examples/terraform/variables.tf
  • workflows/vm-creator/references/delivery-options/github-pr.md
  • workflows/vm-creator/references/delivery-options/index.md
  • workflows/vm-creator/references/delivery-options/print.md
  • workflows/vm-creator/references/delivery-options/save-local.md
  • workflows/vm-creator/references/depth-probe/beginner.md
  • workflows/vm-creator/references/depth-probe/cost-deep.md
first 24 of 41
More from azure-skills
All skills →
About this skill
What does the azure-compute skill do?

Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-compute --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going