Automation & Ops ✓ Microsoft · Official azure-virtual-machinesvmssautoscalingcapacity-reservationssh-troubleshootingrdp-troubleshootingazure-mcp

Azure Compute Navigator

Routes Azure VM and VMSS requests into focused workflows for selection, deployment, troubleshooting, and capacity management.

FollowSkills review · FSRS-2.0
Use with care
50/ 100 5-point scale 2.5 / 5
1 2 3 4 5 6
1Trust15 / 25 · 3.0/5

The evidence shows workflow-first routing, disclosure of Azure CLI, the unauthenticated Retail Prices API, and Azure management APIs, plus warnings about billing, permissions, and preview status for CRG/EMM. MIT licensing, Microsoft provenance, and some command scoping are traceable. Points are deducted because uniform least-privilege requirements, pre-execution confirmation, sensitive-data handling, network data-flow disclosure, and rollback/recovery are not specified; several commands create, update, delete, or alter subscription-level resources.

2Reliability8 / 20 · 2.0/5

The evidence provides routing tables, requirement collection, two-level quota checks, pagination guidance, error cases, and some abnormal-input handling. Points are deducted because this review did not execute anything, and the selected skill references unprovided VM Creator, VM Troubleshooter, and several EMM/workflow reference files. Some paths depend on CLI extensions, MCP, authentication, or preview APIs, so key-path execution cannot be confirmed statically; the score stays below the static cap of 10.

3Adaptability9 / 15 · 3.0/5

The evidence covers VM/VMSS recommendation, deployment, connectivity failures, quotas, CRGs, and EMM, with explicit boundaries against azure-prepare and vm-creator and a broad trigger vocabulary. Points are deducted because the scope is broad, several capabilities require an authenticated Azure environment and external tools, and Chinese interaction, unavailable-environment behavior, non-Azure exclusions, fine-grained false-trigger boundaries, and mainland-China reachability are not documented.

4Convention8 / 15 · 2.7/5

The evidence includes YAML metadata, MIT licensing, version 2.4.4, workflow-first routing, progressive reference loading, command examples, limitations, and repository-level governance signals from README, CI, and SECURITY.md. Points are deducted for the absence of a skill-specific changelog, explicit maintainer/update path, FAQ, installation prerequisites, and a complete reference inventory; the README counts also differ from the stated repository count, and several linked files are absent from the supplied material.

5Effectiveness6 / 15 · 2.0/5

The evidence shows useful intent-to-workflow mapping and reusable guidance for quota calculation, price lookup, VMSS selection, and CRG operations. Points are deducted because the core deployment and troubleshooting workflows are missing from the supplied evidence, many recommendations require live verification, and there is no execution evidence for correctness, completeness, direct usability, or marginal benefit over manual alternatives; the static rule limits this to 7.

6Verifiability4 / 10 · 2.0/5

The evidence includes revision-scoped source text, commands, error tables, CI workflows, and committed harness tests, providing limited auditability. Points are deducted because the tests do not demonstrate coverage of this azure-compute skill's key paths, nothing was executed or independently reproduced, external links were not verified in this review, and some claims are only self-authored skill assertions; the static rule limits this to 5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • Deployment, updates, deletion, CRG association/disassociation, and EMM enablement can create real Azure resources, cause downtime, or incur ongoing charges; show scope, permissions, impact, cost, and rollback steps and obtain confirmation before execution.
  • The VM Creator, VM Troubleshooter, and several EMM/workflow references are not supplied, so complete workflows, command compatibility, and failure feedback cannot be confirmed.
  • Prices, SKUs, quotas, VMSS limits, and preview APIs can change; verify current official documentation and subscription/region state before giving actionable advice.
  • The material does not demonstrate Chinese-language quality or mainland-China reachability; separately check network access and authentication for Azure, Microsoft Learn, GitHub Copilot, MCP, and external API dependencies.
See the full review method →

What does this skill do, and when should you use it?

Azure Compute is a routing skill for Azure virtual machines and Virtual Machine Scale Sets. It covers sizing and pricing comparisons, bare VM/VMSS creation and deployment, RDP and SSH troubleshooting, Capacity Reservation Groups, and Essential Machine Management. It requires workflow-first routing before supporting references are loaded. It is intended for bare infrastructure; application deployments belong with `azure-prepare`.

Classifies requests into VM Recommender, VM Creator, VM Troubleshooter, Capacity Reservation, or Essential Machine Management workflows; prioritizes the Azure MCP tools compute_vm_list-skus, compute_vm_list-images, and compute_vm_check-quota for VM creation intents; and handles VM sizing, pricing, VMSS, autoscaling, connectivity failures, password resets, NSGs, CRGs, and EMM requests.

  1. An infrastructure team choosing Azure VM sizes for a website backend, GPU workload, machine-learning job, or HPC simulation.
  2. An engineer provisioning or deploying a bare Azure VM or VMSS.
  3. An operator diagnosing refused RDP or SSH connections, port 3389 issues, black screens, or password problems.
  4. An Azure user reserving capacity or creating, associating, or disassociating a Capacity Reservation Group.
  5. An administrator asking about Essential Machine Management enrollment or monitoring.

What are this skill's strengths and limitations?

Pros
  • Covers VM and VMSS selection, autoscaling, pricing comparison, connectivity troubleshooting, CRGs, and EMM.
  • Defines explicit workflow-first routing and warns against entering through reference files.
  • The provided frontmatter identifies Microsoft as author, MIT as license, and version 2.4.4.
Limitations
  • It is limited to bare VM/VMSS infrastructure and does not handle application deployment.
  • The supplied material does not include the detailed contents of the workflow files, permission requirements, or complete troubleshooting procedures.
  • It depends on Azure MCP tools; the supplied material does not establish specific integrations with other agent platforms.

How do you install this skill?

Run npx skills add microsoft/skills in the project and select azure-compute in the installation wizard. Skills are installed in the selected agent directory, such as .github/skills/ for GitHub Copilot.

How do you use this skill?

Use a concrete request such as “Compare Azure VM sizes and pricing for a machine-learning workload” or “My Azure VM refuses SSH connections.” For Docker services, web apps, APIs, or serverless workloads, use azure-prepare instead.

How does this skill compare with similar options?

The repository distinguishes it from azure-prepare: Azure Compute handles bare VM/VMSS infrastructure, while azure-prepare handles Docker services, web apps, APIs, and serverless application deployments.

FAQ

Is this the right skill for deploying a web application?
Use it when the task is to create the bare VM hosting the application. For deploying the web application, API, Docker service, or serverless workload, use `azure-prepare`.
Can it provide VM pricing?
Yes, pricing recommendation and comparison are listed as supported intents. The supplied material does not specify pricing sources, regional coverage, or quote freshness.
What external capabilities does it require?
It explicitly relies on Azure MCP tools and on reading the workflow and reference files requested by those workflows.
Does it support VMSS?
Yes. Its scope includes VMSS selection, creation, deployment, autoscaling, and Uniform or Flexible orchestration.

More skills from this repository

All from microsoft/agent-skills

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Automation & Ops ✓ Microsoft · Official

Azure Enterprise Infrastructure Planner

Turn enterprise workload descriptions into deployable Azure infrastructure plans.

Dev & Engineering ✓ Microsoft · Official

Azure OpenAI Deployment Assistant

Discover capacity and deploy Azure OpenAI models through intent-based routing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

Azure Cloud Migration Assistant

Assess cross-cloud workloads and convert them for Azure services.

Automation & Ops ✓ Microsoft · Official

Azure Deployment Runner

Execute Azure deployments for prepared, validated applications with built-in checks and recovery.

Automation & Ops ✓ Microsoft · Official

Azure AKS Production Planner

Plan secure, scalable Azure Kubernetes clusters for production workloads.

Automation & Ops ✓ Microsoft · Official

Azure Resource Lookup

Inventory, filter, and discover Azure resources across subscriptions.

Dev & Engineering ✓ Microsoft · Official

Fabric Capacity Manager for .NET

Manage Microsoft Fabric capacities programmatically through Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Upgrade

Assess and automate Azure plan, SKU, service, and legacy Java SDK upgrades.

Dev & Engineering ✓ Microsoft · Official

Azure Storage Skill

Gives coding agents practical guidance and operations for Azure objects, files, queues, tables, and data lakes.

Dev & Engineering ✓ Microsoft · Official

Azure AI Foundry Agent Framework

Helps Python developers build persistent Azure AI Foundry agents with hosted tools, MCP integrations, threads, and streaming.

Automation & Ops ✓ Microsoft · Official

Azure OpenAI Capacity Finder

Find available Azure OpenAI model capacity across regions and projects before choosing a deployment location.

Dev & Engineering ✓ Microsoft · Official

Azure AI Services Skill

Guides coding agents through Azure AI Search, Speech, OpenAI, and OCR workflows.

Dev & Engineering ✓ Microsoft · Official

Azure AI Projects for TypeScript

Practical TypeScript guidance for building Azure AI Foundry applications with project clients, agents, tools, and evaluations.

Dev & Engineering ✓ Microsoft · Official

MCP Server Development Guide

A practical guide to building clear, testable MCP servers that let LLMs work with external APIs.

Automation & Ops ✓ Microsoft · Official

Azure Quota Manager

Check Azure limits, compare regional capacity, and request quota increases before deployments fail.

Dev & Engineering ✓ Microsoft · Official

Azure Skill Creator

A disciplined guide for building concise, verifiable Azure SDK skills for coding agents.

Dev & Engineering ✓ Microsoft · Official

Microsoft Foundry Agent Skill

Manage the Microsoft Foundry agent lifecycle with azd and Foundry MCP—from scaffolding and deployment to evaluation and optimization.

Dev & Engineering ✓ Microsoft · Official

Azure Fabric Capacity Manager

Manage Microsoft Fabric capacities and their lifecycle with the Azure Python SDK.

Related skills