azure-compute

Recommend Azure VM sizes and configurations based on workload requirements.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, BeautifulSoup, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists in selecting the right Azure VM sizes and configurations based on workload requirements, performance needs, and budget constraints.

Core Features & Use Cases

  • VM Size Recommendations: Based on workload type, performance needs, and budget, this Skill suggests the most suitable VM sizes.
  • Comparison of VM Families and Sizes: Users can compare different VM families and sizes to make informed decisions.
  • Cost Estimation: Provides an estimate of the cost for Azure VMs without an Azure account.
  • VMSS vs VM Recommendations: Assists in deciding whether to use a single VM or a VM Scale Set based on scaling and HA requirements.

Quick Start

Use the azure-compute skill to recommend a VM size for a web server with moderate performance needs and a budget of $50/month.

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 requirements?

To choose the right Azure VM size, you must match your workload type and performance needs against available VM families. This Skill recommends optimal configurations by comparing sizes and pricing tiers to fit your specific requirements.

Can I estimate Azure VM costs without an active Azure account?

Yes, you can estimate Azure VM costs without an active Azure account. This Skill leverages the Azure Retail Prices API to provide cost estimates and compare pricing tiers directly based on your selected configurations.

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

You should use Azure VMSS instead of a single VM when your deployment requires high availability and scaling. This Skill compares VM vs VMSS options to recommend the best fit based on your scaling needs.

How do I compare Azure VM families and pricing tiers for a specific budget?

To compare Azure VM families and pricing tiers for a specific budget, you can input your monthly budget constraints. This Skill evaluates the options and suggests suitable sizes that meet your performance and financial limits.

Do I need the Azure Retail Prices API to get cost estimates for virtual machines?

Yes, the Azure Retail Prices API is required to retrieve cost estimates for virtual machines. This Skill uses the API to fetch current pricing data and calculate accurate cost projections for your recommended configurations.