Skip to content

Commit bb5b94f

Browse files
committed
V1 feedback.
1 parent 7bb3ff6 commit bb5b94f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: roygara
55
ms.service: azure-disk-storage
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell, references_regions
77
ms.topic: how-to
8-
ms.date: 07/17/2024
8+
ms.date: 07/25/2024
99
ms.author: rogarana
1010
---
1111

12-
# Change the disk type of an Azure managed disk
12+
# Convert 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). 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.
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 using snapshots](#migrate-to-premium-ssd-v2-or-ultra-disk-using-snapshots) 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,7 +27,7 @@ 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)
30+
## Convert Premium SSD v2 disks (preview)
3131
As a public preview, you can switch existing disks to Premium SSD v2 disks the same way you do for other disk types. Use [this survey](https://aka.ms/SeamlessMigrationCustomerSurvey) to sign up for the preview. Premium SSD v2 disks have some limitations, see the [Premium SSD v2 limitations](disks-deploy-premium-v2.md#limitations) section of their article to learn more.
3232

3333
The preview allowing direct switching to Premium SSD v2 disks has some additional limitations and regional restrictions:
@@ -39,8 +39,8 @@ The preview allowing direct switching to Premium SSD v2 disks has some additiona
3939
- If your existing disk is using host caching, you must set it to none before changing to Premium SSD v2.
4040
- If your existing disk is using bursting, you must disable it before changing to Premium SSD v2.
4141
- If your existing disk is using double encryption, you must switch to one of the single encryption options before changing to Premium SSD v2.
42-
- You can't directly switch from a Premium SSD v2 to another disk type. If you want to change a Premium SSD v2 to another disk type, you must migrate using [snapshots](#migrate-to-premium-ssd-v2-or-ultra-disk).
43-
- You can't directly switch from Ultra Disks to Premium SSD v2 disks, you must migrate using [snapshots](#migrate-to-premium-ssd-v2-or-ultra-disk).
42+
- You can't directly switch from a Premium SSD v2 to another disk type. If you want to change a Premium SSD v2 to another disk type, you must migrate using [snapshots](#migrate-to-premium-ssd-v2-or-ultra-disk-using-snapshots).
43+
- You can't directly switch from Ultra Disks to Premium SSD v2 disks, you must migrate using [snapshots](#migrate-to-premium-ssd-v2-or-ultra-disk-using-snapshots).
4444
- 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.
4545

4646
This preview is currently only available in the following regions:
@@ -237,7 +237,7 @@ The disk type conversion is instantaneous. You can start your VM after the conve
237237

238238
---
239239

240-
## Migrate to Premium SSD v2 or Ultra Disk
240+
## Migrate to Premium SSD v2 or Ultra Disk using snapshots
241241

242242
[!INCLUDE [managed-disk-premium-ssd-v2-conversion-preview](../../includes/managed-disk-premium-ssd-v2-conversion-preview.md)]
243243

includes/managed-disk-premium-ssd-v2-conversion-preview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: include file
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: include
7-
ms.date: 07/15/2024
7+
ms.date: 07/24/2024
88
ms.author: rogarana
99
ms.custom: include file
1010
---
1111
> [!NOTE]
12-
> As a public preview, you can change the type of an existing disk to a Premium SSD v2 disk the same way you'd for other disk types. To sign up for the preview see [Premium SSD v2 migration (preview)](#premium-ssd-v2-migration-preview).
12+
> As a public preview, you can change the type of an existing disk to a Premium SSD v2 disk the same way you'd for other disk types. To sign up for the preview see [Premium SSD v2 migration (preview)](#convert-premium-ssd-v2-disks-preview).

includes/managed-disks-ultra-disks-GA-scope-and-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following list contains Ultra Disk's limitations:
1515
- Currently, Ultra Disks only support Single VM and Availability zone infrastructure options.
1616
- Ultra Disks don't support availability sets.
1717
- The size of an Ultra Disk can't be expanded without either deallocating the VM or detaching the Ultra Disk.
18-
- Existing disks currently can't change their type to an Ultra Disk. They must be [migrated](../articles/virtual-machines/disks-convert-types.md#migrate-to-premium-ssd-v2-or-ultra-disk).
18+
- Existing disks currently can't change their type to an Ultra Disk. They must be [migrated](../articles/virtual-machines/disks-convert-types.md#migrate-to-premium-ssd-v2-or-ultra-disk-using-snapshots).
1919
- Currently, Azure Government and Azure China don't support [customer-managed keys](../articles/virtual-machines/disk-encryption.md#customer-managed-keys) for Ultra disks.
2020
- Azure Disk Encryption isn't supported for VMs with Ultra Disks. Instead, you should use encryption at rest with platform-managed or customer-managed keys.
2121
- Azure Site Recovery isn't supported for VMs with Ultra Disks.

0 commit comments

Comments
 (0)