availability-sets
Availability Sets — FDs, UDs, when AS still applies
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Availability Sets — FDs, UDs, when AS still applies
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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
Compose Azure VM SLAs — single-VM, AS, AZ, multi-region
| name | availability-sets |
| description | Availability Sets — FDs, UDs, when AS still applies |
az vm availability-set create -g <rg> -n as-app \
--platform-fault-domain-count 2 --platform-update-domain-count 5
az vm create -g <rg> -n vm-app-1 --availability-set as-app ...
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.