disk-tiers
Compare Standard HDD, Standard SSD, Premium SSD v1/v2, and Ultra Disk
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Compare Standard HDD, Standard SSD, Premium SSD v1/v2, and Ultra Disk
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Availability Sets — FDs, UDs, when AS still applies
VM AZ design — zonal vs zone-redundant, latency, AZ-aware LB, SLA
Capacity Reservation Groups (CRG) — guarantee capacity for critical/DR VMs
Azure Dedicated Hosts — host groups, isolation, BYOL, maintenance control
Proximity Placement Groups — co-locate for ultra-low latency
Azure Scheduled Events via IMDS — react to host maintenance
| name | disk-tiers |
| description | Compare Standard HDD, Standard SSD, Premium SSD v1/v2, and Ultra Disk |
az vm create ... --storage-sku Premium_LRS
az disk create -g rg -n data1 --size-gb 1024 --sku PremiumV2_LRS --zone 1 \
--disk-iops-read-write 8000 --disk-mbps-read-write 200
Validation-first: verify every Azure fact against the Microsoft Learn MCP server (cite the Learn URL); Learn overrides built-in knowledge. If no Learn MCP server is configured, flag the answer ⚠️ unverified and mark specs as indicative. Analysis only — verify against Microsoft documentation before applying.