azure-compute

Recommend Azure VM sizes and VMSS configurations with cost estimates.

Updated Dec 20, 2023
One-click install
npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-compute-thiago-cruz-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-compute
Source: https://github.com/Thiago-Cruz-eng/Hibrygame/tree/main/.claude/skills/azure-compute
Command: npx skills add https://github.com/Thiago-Cruz-eng/Hibrygame --skill azure-compute-thiago-cruz-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps you pick the best Azure compute option by matching workload needs to the right VM size and VM Scale Set (VMSS) configuration without requiring an Azure account.

Core Features & Use Cases

  • VM vs VMSS recommendation: Decide when you need a single VM versus a scalable VMSS based on statelessness, scaling, and availability needs.
  • VM family selection: Map workload characteristics (general, compute, memory, storage, GPU, confidential, HPC) to the most suitable Azure VM families and series candidates.
  • Public pricing-based estimates: Use the unauthenticated Azure Retail Prices API to estimate pay-as-you-go (and optionally reservation-related comparisons) for candidate VM sizes.

Use case example: You need an economical VM for a web/API tier with autoscaling—this Skill recommends 2–3 options, explains trade-offs, and estimates hourly cost for both the minimum and maximum scale counts.

Quick Start

Ask: Recommend the best Azure VM or VMSS for a Linux web/API service in East US that needs autoscaling, and include 2–3 options with estimated $/hr.

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?

To choose the right Azure VM size, analyze your workload type, performance requirements, and budget to map characteristics like general, compute, memory, or GPU to suitable VM families and series candidates.

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

Use Azure VMSS instead of a single VM when your application requires autoscaling, high availability, and statelessness, whereas a single VM suits static workloads without scaling needs.

Can I estimate Azure VM pricing without an Azure account?

Yes, you can estimate Azure VM pricing without an account by using the unauthenticated Azure Retail Prices API to calculate pay-as-you-go hourly costs for candidate VM sizes.

What is the best way to compare Azure GPU compute VM options for machine learning?

The best way to compare Azure GPU compute VMs is to evaluate ML workload requirements against GPU-optimized VM families, using pricing estimates from the Azure Retail Prices API to identify trade-offs.

Does this Azure VM recommendation tool work for batch and HPC workloads?

Yes, this Azure VM recommendation tool works for batch and HPC workloads by mapping high-performance computing requirements to specific VM series and providing configuration guidance.