azure-compute

Recommend Azure VM sizes and VMSS configurations from public pricing data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps developers and operators choose the right Azure VM sizes and VMSS configurations based on workload, performance needs, and budget, without requiring an Azure subscription. It relies on public Microsoft documentation and the unauthenticated Retail Prices API to ground recommendations and avoid direct cloud access.

Core Features & Use Cases

  • Recommend VM sizes, VMSS configurations, and orchestration modes based on workload type, scalability needs, and cost considerations.
  • Compare VM families, sizes, pricing tiers, and autoscale options using up-to-date public sources.
  • Provide actionable deployment guidance, including when to use VM vs VMSS, and how to estimate ongoing costs.

Quick Start

Describe your workload (web/app, database, ML, or batch), required vCPU/RAM, region, and scaling needs, and I will propose VM sizes, VMSS options, and estimated pricing.

Frequently Asked Questions about azure-compute

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

FAQPage Schema
How do I choose the right Azure VM size for my workload?

Azure VM sizing recommendations compare workload requirements, vCPU, RAM, and scaling needs against public Microsoft documentation to propose 2-3 suitable options. It provides actionable deployment guidance with trade-offs and estimated costs.

Do I need an Azure subscription to check VM pricing?

You do not need an Azure subscription to check VM pricing. The skill retrieves cost data directly from the unauthenticated public Azure Retail Prices API, allowing you to estimate ongoing costs without any cloud account access.

When should I use Azure VMSS instead of a single VM?

Use Azure VMSS instead of a single VM when your application requires autoscaling to handle variable demand. This skill compares VM versus VMSS orchestration modes based on your scalability needs and budget constraints.

What is the best way to estimate Azure cloud costs for a new deployment?

Estimate Azure cloud costs by querying live retail pricing data alongside your performance requirements. This skill uses the Azure Retail Prices API to ground cost estimates and compare pricing tiers for your chosen region.

Can I compare Azure VM families and autoscale options without accessing my cloud account?

You can compare Azure VM families and autoscale options without account access. The skill validates live public Microsoft documentation and unauthenticated pricing APIs to present configurations and trade-offs securely.