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
**Applies to:**:heavy_check_mark: Linux VMs :heavy_check_mark: Windows
15
15
16
-
There are five disk types of Azure managed disks: Azure Ultra Disks, Premium SSD v2, premium SSD, Standard SSD, and Standard HDD. You can easily switch between Premium SSD, Standard SSD, and Standard HDD based on your performance needs. Premium SSD and Standard SSD are also available with [Zone-redundant storage](disks-redundancy.md#zone-redundant-storage-for-managed-disks). You can't yet switch from or to an Ultra Disk or a Premium SSD v2, you must deploy a new one with a snapshot of an existing disk. See [Migrate to Premium SSD v2 or Ultra Disk](#migrate-to-premium-ssd-v2-or-ultra-disk) for details.
16
+
There are five disk types of Azure managed disks: Azure Ultra Disks, Premium SSD v2, premium SSD, Standard SSD, and Standard HDD. You can easily switch between Premium SSD, Standard SSD, and Standard HDD based on your performance needs. Premium SSD and Standard SSD are also available with [Zone-redundant storage](disks-redundancy.md#zone-redundant-storage-for-managed-disks). For most cases, you can't yet switch from or to an Ultra Disk or a Premium SSD v2, you must deploy a new one with a snapshot of an existing disk. However, you can signup for a preview and then you can switch from existing disks to a Premium SSD v2. See [Migrate to Premium SSD v2 or Ultra Disk](#migrate-to-premium-ssd-v2-or-ultra-disk) for details.
17
17
18
18
This functionality isn't supported for unmanaged disks. But you can easily convert an unmanaged disk to a managed disk with [CLI](linux/convert-unmanaged-to-managed-disks.md) or [PowerShell](windows/convert-unmanaged-to-managed-disks.md) to be able to switch between disk types.
19
19
@@ -27,6 +27,35 @@ Because conversion requires a restart of the virtual machine (VM), schedule the
27
27
- You can only change disk type twice per day.
28
28
- You can only change the disk type of managed disks. If your disk is unmanaged, convert it to a managed disk with [CLI](linux/convert-unmanaged-to-managed-disks.md) or [PowerShell](windows/convert-unmanaged-to-managed-disks.md) to switch between disk types.
29
29
30
+
## Premium SSD v2 migration (preview)
31
+
As a public preview, you can switch existing disks to Premium SSD v2 disks the same way you do for other disk types. Use [https://aka.ms/SeamlessMigrationCustomerSurvey](https://aka.ms/SeamlessMigrationCustomerSurvey) to sign up for the preview.
32
+
33
+
The preview has some additional limitations and regional restrictions:
34
+
35
+
- You can't directly switch Ultra Disks to Premium SSD v2 disks.
36
+
- You can't directly switch a Premium SSD v2 to another disk type.
37
+
- Existing disks can only be directly switched to 512 sector size Premium SSD v2 disks.
38
+
- You can only perform 40 conversions at the same time per subscription per region.
39
+
- If your disk is using host caching, you must set it to none before changing to Premium SSD v2.
40
+
- If your disk is using bursting, you must disable it before changing to Premium SSD v2.
41
+
- If your disk is using double encryption, you must switch to one of the single encryption options before changing to Premium SSD v2.
42
+
- If you're using the rest API, you must use an API version `2020-12-01` or newer for both the Compute Resource Provider and the Disk Resource Provider.
43
+
44
+
This preview is currently only available in the following regions:
45
+
46
+
- Central US
47
+
- East US
48
+
- East US 2
49
+
- US West
50
+
- West Europe
51
+
- North Europe
52
+
- West US 2
53
+
- East Asia
54
+
- Southeast Asia
55
+
- Central India
56
+
- France Central
57
+
- West US 3
58
+
30
59
## Switch all managed disks of a VM from one account to another
31
60
32
61
This example shows how to convert all of a VM's disks to premium storage. However, by changing the $storageType variable in this example, you can convert the VM's disks type to standard SSD or standard HDD. To use Premium managed disks, your VM must use a [VM size](sizes.md) that supports Premium storage. This example also switches to a size that supports premium storage:
@@ -119,6 +148,8 @@ For your dev/test workload, you might want a mix of Standard and Premium disks t
Currently, you can only migrate an existing disk to either a Premium SSD v2 or an Ultra Disk through snapshots stored on Standard Storage (Incremental Standard HDD Snapshot). Migration with snapshots stored on Premium storage and other options isn't supported. Migration via snapshot from Premium SSD v2 or Ultra Disk to Premium SSD v1, Standard SSD and Standard HDD is not supported.
207
244
208
245
Both Premium SSD v2 disks and Ultra Disks have their own set of restrictions. For example, neither can be used as an OS disk, and also aren't available in all regions. See the [Premium SSD v2 limitations](disks-deploy-premium-v2.md#limitations) and [Ultra Disk GA scope and limitations](disks-enable-ultra-ssd.md#ga-scope-and-limitations) sections of their articles for more information.
> As a public preview, you can convert to a Premium SSD v2 disk the same way you'd for other disk types. Use [https://aka.ms/SeamlessMigrationCustomerSurvey](https://aka.ms/SeamlessMigrationCustomerSurvey) to sign up for the preview.
13
+
> There are some additional limitations with the preview, see [Premium SSD v2 migration (preview)](#premium-ssd-v2-migration-preview) for details.
0 commit comments