You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/ephemeral-os-disks.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Key differences between persistent and ephemeral OS disks:
30
30
31
31
|| Persistent OS Disk | Ephemeral OS Disk |
32
32
|---|---|---|
33
-
|**Size limit for OS disk**|2 TiB | Cache size or temp size for the VM size or 2040 GiB, whichever is smaller. For the **cache or temp size in GiB**, see [DS](sizes-general.md), [ES](sizes-memory.md), [M](sizes-memory.md), [FS](sizes-compute.md), and [GS](sizes-previous-gen.md#gs-series)|
33
+
|**Size limit for OS disk**|4* TiB | Cache size or temp size for the VM size or 2040 GiB, whichever is smaller. For the **cache or temp size in GiB**, see [DS](sizes-general.md), [ES](sizes-memory.md), [M](sizes-memory.md), [FS](sizes-compute.md), and [GS](sizes-previous-gen.md#gs-series)|
34
34
|**VM sizes supported**| All | VM sizes that support Premium storage such as DSv1, DSv2, DSv3, Esv3, Fs, FsV2, GS, M, Mdsv2, Bs, Dav4, Eav4 |
35
35
|**Disk type support**| Managed and unmanaged OS disk| Managed OS disk only|
36
36
|**Region support**| All regions| All regions|
@@ -45,6 +45,8 @@ Key differences between persistent and ephemeral OS disks:
45
45
|**Maintenance of VM/VMSS using [healing](understand-vm-reboots.md#unexpected-downtime)**| OS disk data is preserved | OS disk data is not preserved |
46
46
|**Maintenance of VM/VMSS using [Live Migration](maintenance-and-updates.md#live-migration)**| OS disk data is preserved | OS disk data is preserved |
47
47
48
+
\* 4 TiB is the maximum supported OS disk size for managed (persistent) disks. However, many OS disks are partitioned with master boot record (MBR) by default and because of this are limited to 2 TiB. For details, see [OS disk](managed-disks-overview.md#os-disk).
49
+
48
50
## Placement options for Ephemeral OS disks
49
51
Ephemeral OS disk can be stored either on VM's OS cache disk or VM's temp/resource disk.
50
52
[DiffDiskPlacement](/rest/api/compute/virtualmachines/list#diffdiskplacement) is the new property that can be used to specify where you want to place the Ephemeral OS disk. With this feature, when a Windows VM is provisioned, we configure the pagefile to be located on the OS Disk.
0 commit comments