disk-tiers
Compare Standard HDD, Standard SSD, Premium SSD v1/v2, and Ultra Disk
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compare Standard HDD, Standard SSD, Premium SSD v1/v2, and Ultra Disk
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 | 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.