Recommend Azure VM sizes, scale sets, and configurations based on workload requirements and budget.
Analyzes workload type, performance needs, scaling requirements, and cost to suggest 2–3 VM or VMSS options with trade-offs Verifies recommendations against live Microsoft documentation; falls back to reference files if fetch fails Queries the unauthenticated Azure Retail Prices API for current pricing without requiring an Azure subscription Guides VM vs VMSS decision through a decision tree covering autoscaling, instance count, availability, and statefulness Covers all VM families (general purpose, compute/memory optimized, GPU, confidential computing) and VMSS orchestration modes (Flexible vs Uniform)
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
The azure-compute skill is a well-structured tool for managing Azure Virtual Machines and Scale Sets. It follows best practices by including safety checks before administrative operations and retrieves information from official Microsoft sources. No security issues were detected.
snykLOW
Analyzed May 6, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed May 6, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
Also in this package
Other skills from microsoft/azure-skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars1.5K
LicenseMIT
Default branchmain
Open issues9
Last pushSep 10, 2026
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version2.5.1
LicenseMIT
More metadata
author
Microsoft
version
2.5.1
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md2,619 B
docsSUMMARY.md674 B
History
First seen on skills.sh
First recorded snapshot · 511,200 installs
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.