azure-compute

Automate sizing, deployment, and scaling of Azure compute resources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure compute skills codify sizing, deployment, and scaling patterns for Azure resources (VMs, VMSS, App Service, Container Apps, Functions, AKS) to ensure predictable performance and cost efficiency.

Core Features & Use Cases

  • Sizing & deployment patterns for VMs, VMSS, App Service, AKS, and Container Apps across regions.
  • Autoscaling and availability configurations, including zone-aware placement and scale rules.
  • Operational playbooks for day-1 provisioning, updates, and disaster recovery scenarios in cloud-native workloads.

Quick Start

Provision a new Azure VMSS with autoscale enabled, a connected VNet, and a sample deployment to validate patterns.

Frequently Asked Questions about azure-compute

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

FAQPage Schema
How do I configure autoscaling for Azure VMSS to ensure predictable performance?

Autoscaling for Azure VMSS is configured using scale rules and zone-aware placement. This ensures predictable performance and cost efficiency by automatically adjusting capacity based on demand across availability zones.

What is the best way to size Azure compute resources for production workloads?

Sizing Azure compute resources involves codifying deployment patterns for VMs, App Service, AKS, and Container Apps. Best practices include matching instance types to workload profiles and applying high availability configurations for production-grade reliability.

Can I use infrastructure-as-code patterns for AKS and Azure Container Apps deployment?

Yes, infrastructure-as-code patterns apply to AKS and Azure Container Apps deployment. The approach defines repeatable patterns for provisioning, networking, and observability to support cloud-native workloads across enterprise environments.

How do I set up disaster recovery for Azure compute resources like VMs and Functions?

Disaster recovery for Azure compute resources like VMs and Functions is handled through operational playbooks. These playbooks define day-1 provisioning and recovery scenarios to maintain high availability and reliable cloud operations during failures.

Does this approach to Azure compute scaling work across multiple regions?

Yes, Azure compute scaling patterns work across multiple regions. Sizing and deployment patterns are defined for VMs, VMSS, App Service, AKS, and Container Apps to enable repeatable infrastructure deployment regardless of regional placement.