spot-vms
Spot VMs and Spot VMSS — eviction policy, max price, workload fit
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Spot VMs and Spot VMSS — eviction policy, max price, workload fit
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
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 | spot-vms |
| description | Spot VMs and Spot VMSS — eviction policy, max price, workload fit |
Capacity only (cheaper, fewer evictions) vs Price or Capacity.--max-price -1 to pay up to PAYG (only evicted for capacity).az vm create -g <rg> -n <name> --image Ubuntu2204 \
--priority Spot --eviction-policy Deallocate \
--max-price -1 --size Standard_D4s_v5
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.