Skip to content

Commit 493f7d4

Browse files
committed
Adding preview information, staging include.
1 parent e670861 commit 493f7d4

File tree

2 files changed

+53
-3
lines changed

2 files changed

+53
-3
lines changed

articles/virtual-machines/disks-convert-types.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ title: Convert managed disks storage between different disk types
33
description: How to convert Azure managed disks between the different disks types by using Azure PowerShell, Azure CLI, or the Azure portal.
44
author: roygara
55
ms.service: azure-disk-storage
6-
ms.custom: devx-track-azurecli, devx-track-azurepowershell
6+
ms.custom: devx-track-azurecli, devx-track-azurepowershell, references_regions
77
ms.topic: how-to
8-
ms.date: 04/15/2024
8+
ms.date: 07/09/2024
99
ms.author: rogarana
1010
---
1111

1212
# Change the disk type of an Azure managed disk
1313

1414
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows
1515

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.
1717

1818
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.
1919

@@ -27,6 +27,35 @@ Because conversion requires a restart of the virtual machine (VM), schedule the
2727
- You can only change disk type twice per day.
2828
- 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.
2929

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+
3059
## Switch all managed disks of a VM from one account to another
3160

3261
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
119148

120149
# [Azure PowerShell](#tab/azure-powershell)
121150

151+
[!INCLUDE [managed-disk-premium-ssd-v2-conversion-preview](../../includes/managed-disk-premium-ssd-v2-conversion-preview.md)]
152+
122153
```azurepowershell-interactive
123154
124155
$diskName = 'yourDiskName'
@@ -153,6 +184,8 @@ Start-AzVM -ResourceGroupName $vm.ResourceGroupName -Name $vm.Name
153184

154185
# [Azure CLI](#tab/azure-cli)
155186

187+
[!INCLUDE [managed-disk-premium-ssd-v2-conversion-preview](../../includes/managed-disk-premium-ssd-v2-conversion-preview.md)]
188+
156189
```azurecli
157190
158191
#resource group that contains the managed disk
@@ -186,6 +219,8 @@ az vm start --ids $vmId
186219

187220
# [Portal](#tab/azure-portal)
188221

222+
[!INCLUDE [managed-disk-premium-ssd-v2-conversion-preview](../../includes/managed-disk-premium-ssd-v2-conversion-preview.md)]
223+
189224
Follow these steps:
190225

191226
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -203,6 +238,8 @@ The disk type conversion is instantaneous. You can start your VM after the conve
203238

204239
## Migrate to Premium SSD v2 or Ultra Disk
205240

241+
[!INCLUDE [managed-disk-premium-ssd-v2-conversion-preview](../../includes/managed-disk-premium-ssd-v2-conversion-preview.md)]
242+
206243
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.
207244

208245
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.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: roygara
5+
ms.service: azure-disk-storage
6+
ms.topic: include
7+
ms.date: 07/09/2024
8+
ms.author: rogarana
9+
ms.custom: include file
10+
---
11+
> [!NOTE]
12+
> 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

Comments
 (0)