capacity-reservations
Capacity Reservation Groups (CRG) — guarantee capacity for critical/DR VMs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Capacity Reservation Groups (CRG) — guarantee capacity for critical/DR VMs
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Availability Sets — FDs, UDs, when AS still applies
VM AZ design — zonal vs zone-redundant, latency, AZ-aware LB, SLA
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 | capacity-reservations |
| description | Capacity Reservation Groups (CRG) — guarantee capacity for critical/DR VMs |
az capacity reservation group create -g <rg> -n crg-dr --location westus2 --zones 1 2 3
az capacity reservation create -g <rg> --capacity-reservation-group crg-dr \
-n cr-z1 --sku Standard_D8s_v5 --capacity 10 --zone 1
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.