Microsoft ได้เปิดทางเลือกใหม่ให้ผู้ใช้งาน Azure ที่ชื่อว่า Ephemeral OS Disk ที่จะต่อตรงกับโฮสต์เพื่อช่วยเพื่มประสิทธิภาพให้สามารถบูตหรือรีเซ็ตได้ไวมากยิ่งขึ้น

Ephermeral OS Disk สามารถรองรับได้ทั้ง VM ปกติหรือ Virtual Machine Scale Set (VMSS) ก็ได้ โดย Azure ได้รับเสียงสะท้อนการใช้งานจากผู้ใช้ที่อยากได้ดิสก์ราคาถูกลงและประสิทธิภาพสูงเหมาะกับ Stateless Application (แอปที่ไม่มีการเก็บข้อมูลของ Client ไว้ใช้กับ Session ครั้งถัดไปที่มาจาก Client เดียวกัน) ซึ่งต้องการความไวในการใช้งาน เช่น เว็ปแอปพลิเคชัน Game Server Hosting และงานด้านการคำนวณ เป็นต้น นอกจากนี้ยังเหมาะกับงานของ Low-priority VM Scale Set ด้วย ผู้สนใจสามารถชมตารางการเปรียบเทียบระหว่าง Persistent OS Disk และ Ephemeral OS Disk ได้ตามด้านล่าง
Persistent OS Disk |
Ephemeral OS Disk
|
|
Size limit for OS disk
|
2 TiB
|
Up to 30 GiB for preview
Up to VM cache size at general availability
|
VM sizes supported
|
All
|
DSv1, DSv2, DSv3, Esv2, Fs, FsV2, GS
|
Disk type support
|
Managed and unmanaged OS disk
|
Managed OS disk only
|
Region support
|
All regions
|
All regions excluding sovereign clouds
|
Specialized OS disk support
|
Yes
|
No
|
Data persistence
|
OS disk data written to OS disk are stored in Azure Storage
|
OS disk data is stored to local host machine and is not persisted to Azure Storage
|
Stop-deallocated state
|
VMSS instances and VMs can be stop-deallocated and restarted from the stop-deallocated state
|
VMSS instances and VMs cannot be stop-deallocated
|
OS disk resize
|
Supported during VM creation and after VM is stop-deallocated
|
Supported during VM creation only
|
Resizing to a new VM size
|
OS disk data is preserved
|
OS disk data is deleted, OS is re-provisioned
|
หากต้องการทดสอบต้องลงทะเบียนที่นี่และรออนุมัติไม่เกิน 1-2 วัน เริ่มต้นวันที่ 10 ตุลาคม 2018 เป็นต้นไป โดยสามารถตรวจสอบสถานะการร้องขอผ่าน PowerShell ด้วยคำสั่ง Get-AzureRmProviderFeature -FeatureName localdiffdiskpreview -ProviderNamespace Microsoft.Compute
ที่มา : https://azure.microsoft.com/en-us/blog/ephemeral-os-disk-limited-public-preview/