Cloudofficial

azure-compute

microsoft/GitHub-Copilot-for-Azure · updated Apr 8, 2026

$npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill azure-compute
0 commentsdiscussion
summary

Recommend Azure VM sizes, scale sets, and configurations based on workload type, performance needs, and budget.

  • Analyzes workload requirements (web, database, ML, batch, HPC) and recommends appropriate VM families, sizes, and instance counts without requiring an Azure subscription
  • Supports both single VMs and VM Scale Sets (VMSS) with guidance on autoscaling, load balancing, and orchestration modes (Flexible vs Uniform)
  • Queries the unauthenticated Azure Retail Prices API to provide c
skill.md

Azure Compute Skill

Routes Azure VM requests to the appropriate workflow based on user intent.

When to Use This Skill

Activate this skill when the user:

  • Asks about Azure Virtual Machines (VMs) or VM Scale Sets (VMSS)
  • Asks about choosing a VM, VM sizing, pricing, or cost estimates
  • Needs a workload-based recommendation for scenarios like database, GPU, deep learning, HPC, web tier, or dev/test
  • Mentions VM families, autoscale, load balancing, or Flexible versus Uniform orchestration
  • Wants to troubleshoot Azure VM connectivity issues such as unreachable VMs, RDP/SSH failures, black screens, NSG/firewall issues, or credential resets
  • Uses prompts like "Help me choose a VM"

Routing

User intent?
├─ Recommend / choose / compare / price a VM or VMSS
│  └─ Route to [VM Recommender](workflows/vm-recommender/vm-recommender.md)
├─ Can't connect / RDP / SSH / troubleshoot a VM
│  └─ Route to [VM Troubleshooter](workflows/vm-troubleshooter/vm-troubleshooter.md)
└─ Unclear
   └─ Ask: "Are you looking for a VM recommendation, or troubleshooting a connectivity issue?"
Signal Workflow
"recommend VM", "which VM", "VM size", "VM pricing", "VMSS", "scale set" VM Recommender
"can't connect", "RDP", "SSH", "NSG blocking", "reset password", "black screen" VM Troubleshooter

Workflows

Workflow Purpose References
VM Recommender Recommend VM sizes, VMSS, pricing using public APIs/docs vm-families, retail-prices-api, vmss-guide
VM Troubleshooter Diagnose and resolve VM connectivity failures (RDP/SSH) cannot-connect-to-vm

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.746 reviews
  • Zaid Wang· Dec 24, 2024

    azure-compute fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Yusuf Khan· Dec 20, 2024

    Registry listing for azure-compute matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Pratham Ware· Dec 16, 2024

    I recommend azure-compute for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Chaitanya Patil· Dec 12, 2024

    We added azure-compute from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Zaid Sethi· Dec 4, 2024

    Useful defaults in azure-compute — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Arya Ghosh· Nov 23, 2024

    I recommend azure-compute for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Arjun Abbas· Nov 23, 2024

    azure-compute has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Zaid Park· Nov 15, 2024

    We added azure-compute from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Liam Harris· Nov 11, 2024

    Solid pick for teams standardizing on skills: azure-compute is focused, and the summary matches what you get after install.

  • Piyush G· Nov 3, 2024

    azure-compute fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

showing 1-10 of 46

1 / 5