arquitecto-computo-azure

Identify optimal Azure VM/VMSS compute resources and sizes for workloads.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill arquitecto-computo-azure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arquitecto-computo-azure
Source: https://github.com/tomasbasso/SistemaStockV2/tree/main/.agents/skills/arquitecto-computo-azure
Command: npx skills add https://github.com/tomasbasso/SistemaStockV2 --skill arquitecto-computo-azure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dimensiona recursos de cómputo en Azure para seleccionar entre VM o VMSS y sus tamaños, optimizando costo y rendimiento.

Core Features & Use Cases

  • Comparación de familias de VM: D-Series, F-Series, E/M-Series para diferentes cargas.
  • Dimensionamiento recomendado: asigna CPU, RAM e IOPS estimados basados en la carga.
  • Estimación de costos sin cuenta: calcula presupuestos sin credenciales activas.
  • Guía de autoescalado y alta disponibilidad: pautas para escalar y garantizar disponibilidad.

Quick Start

Describe tu carga de trabajo para obtener una recomendación de VM/VMSS y tamaño óptimo.

Frequently Asked Questions about arquitecto-computo-azure

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

FAQPage Schema
How do I determine the optimal Azure VM size for my workload?

To determine the optimal Azure VM size, describe your workload's CPU, RAM, and IOPS requirements. The system compares VM families like D-Series, F-Series, and E/M-Series to balance cost and performance for web apps, databases, ML, or batch processing.

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

Choose Azure VMSS instead of a single VM when your application requires auto-scaling and high availability. VMSS allows you to scale instances dynamically based on demand, whereas a single VM is typically used for fixed-capacity workloads.

Can I estimate Azure compute costs without connecting my cloud account?

Yes, you can estimate Azure compute costs without active credentials. By analyzing the workload requirements and selecting recommended VM or VMSS sizes, the system calculates budget projections using current Azure pricing data.

What is the difference between Azure D-Series, F-Series, and E/M-Series VMs?

Azure D-Series offers balanced CPU-to-memory ratios for general computing, F-Series is optimized for compute-intensive workloads, and E/M-Series provides high memory-to-core ratios for memory-intensive databases and data analytics.

Do I need current pricing data to get accurate Azure capacity planning recommendations?

Yes, accessing current Azure VM families and pricing data is required to generate accurate capacity planning recommendations. Accurate data ensures the selected VM or VMSS sizes reflect true cost-performance trade-offs for your specific workload.