Skip to content

Commit 2cdb67f

Browse files
Merge pull request #268037 from roygara/perfSEO
Updating articles to point to Ultra / PV2 performance changing sections
2 parents f8d37e7 + 5c2d4bf commit 2cdb67f

9 files changed

+19
-15
lines changed

articles/virtual-machines/disks-change-performance.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about performance tiers for managed disks.
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 05/23/2023
7+
ms.date: 03/04/2024
88
ms.author: rogarana
99
ms.custom: references_regions
1010
---
@@ -13,7 +13,10 @@ ms.custom: references_regions
1313

1414
**Applies to:** :heavy_check_mark: Linux VMs :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
1515

16-
The performance of your Azure managed disk is set when you create your disk, in the form of its performance tier. When you set the provisioned size of your disk, a performance tier is automatically selected. The performance tier determines the IOPS and throughput your managed disk has. The performance tier can be changed at deployment or afterwards, without changing the size of the disk and without downtime.
16+
> [!NOTE]
17+
> This article focuses on how to change performance tiers. To learn how to change the performance of disks that don't use performance tiers, like Ultra Disks or Premium SSD v2, see either [Adjust the performance of an ultra disk](disks-enable-ultra-ssd.md#adjust-the-performance-of-an-ultra-disk) or [Adjust disk performance of a Premium SSD v2](disks-deploy-premium-v2.md#adjust-disk-performance)
18+
19+
The performance of Premium solid-state drives (SSD) is set when you create your disk, in the form of their performance tier. When you set the provisioned size of your disk, a performance tier is automatically selected. The performance tier determines the IOPS and throughput your managed disk has. For Premium SSD disks only, the performance tier can be changed at deployment or afterwards, without changing the size of the disk, and without downtime.
1720

1821
Changing the performance tier allows you to prepare for and meet higher demand without using your disk's bursting capability. It can be more cost-effective to change your performance tier rather than rely on bursting, depending on how long the additional performance is necessary. This is ideal for events that temporarily require a consistently higher level of performance, like holiday shopping, performance testing, or running a training environment. To handle these events, you can switch a disk to a higher performance tier without downtime, for as long as you need the additional performance. You can then return to the original tier without downtime when the additional performance is no longer necessary.
1922

articles/virtual-machines/disks-deploy-premium-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You've now deployed a VM with a premium SSD v2.
198198

199199
## Adjust disk performance
200200

201-
Unlike other managed disks, the performance of Premium SSD v2 disks can be configured independently of its size by using the Azure CLI and PowerShell. Making adjustments to disk performance by using the Azure portal is not currently supported.
201+
Unlike other managed disks, the performance of Premium SSD v2 disks can be configured independently of its size by using the Azure CLI and PowerShell. Making adjustments to disk performance by using the Azure portal is not currently supported. You can adjust the performance of a Premium SSD v2 disk four times within a 24 hour period.
202202

203203
For conceptual information on adjusting disk performance, see [Premium SSD v2 performance](disks-types.md#premium-ssd-v2-performance).
204204

articles/virtual-machines/disks-enable-ultra-ssd.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about ultra disks for Azure VMs
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 12/05/2023
7+
ms.date: 03/05/2024
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template
1010
---
@@ -445,7 +445,7 @@ Update-AzVM -VM $vm -ResourceGroupName $resourceGroup
445445

446446
# [Portal](#tab/azure-portal)
447447

448-
Ultra disks offer a unique capability that allows you to adjust their performance. You can make these adjustments from the Azure portal, on the disks themselves.
448+
Ultra disks offer a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period.
449449

450450
1. Navigate to your VM and select **Disks**.
451451
1. Select the ultra disk you'd like to modify the performance of.
@@ -459,7 +459,7 @@ Ultra disks offer a unique capability that allows you to adjust their performanc
459459

460460
# [Azure CLI](#tab/azure-cli)
461461

462-
Ultra disks offer a unique capability that allows you to adjust their performance, the following command depicts how to use this feature:
462+
Ultra disks offer a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period. The following command depicts how to use this feature:
463463

464464
```azurecli-interactive
465465
az disk update --subscription $subscription --resource-group $rgname --name $diskName --disk-iops-read-write=5000 --disk-mbps-read-write=200
@@ -469,7 +469,7 @@ az disk update --subscription $subscription --resource-group $rgname --name $dis
469469

470470
## Adjust the performance of an ultra disk using PowerShell
471471

472-
Ultra disks have a unique capability that allows you to adjust their performance, the following command is an example that adjusts the performance without having to detach the disk:
472+
Ultra disks have a unique capability that allows you to adjust their performance. You can adjust the performance of an Ultra Disk four times within a 24 hour period. The following command is an example that adjusts the performance without having to detach the disk:
473473

474474
```powershell
475475
$diskupdateconfig = New-AzDiskUpdateConfig -DiskMBpsReadWrite 2000

articles/virtual-machines/disks-performance-tiers-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to change performance tiers for new and existing managed
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/30/2022
7+
ms.date: 03/04/2024
88
ms.author: rogarana
99
ms.custom: references_regions
1010
---

articles/virtual-machines/disks-performance-tiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to change performance tiers for existing managed disks us
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 05/23/2023
7+
ms.date: 03/04/2024
88
ms.author: rogarana
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
1010
---

articles/virtual-machines/disks-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following table provides a comparison of disk sizes and performance caps to
6969

7070
### Ultra disk performance
7171

72-
Ultra disks are designed to provide low sub millisecond latencies and provisioned IOPS and throughput 99.99% of the time. Ultra disks also feature a flexible performance configuration model that allows you to independently configure IOPS and throughput, before and after you provision the disk. Ultra disks come in several fixed sizes, ranging from 4 GiB up to 64 TiB.
72+
Ultra disks are designed to provide low sub millisecond latencies and provisioned IOPS and throughput 99.99% of the time. Ultra disks also feature a flexible performance configuration model that allows you to independently configure IOPS and throughput, before and after you provision the disk. You can adjust the performance of an Ultra Disk four times within a 24 hour period. Ultra disks come in several fixed sizes, ranging from 4 GiB up to 64 TiB.
7373

7474
### Ultra disk IOPS
7575

@@ -116,7 +116,7 @@ Unlike Premium SSDs, Premium SSD v2 doesn't have dedicated sizes. You can set a
116116

117117
### Premium SSD v2 performance
118118

119-
Premium SSD v2 disks are designed to provide sub millisecond latencies and provisioned IOPS and throughput 99.9% of the time. With Premium SSD v2 disks, you can individually set the capacity, throughput, and IOPS of a disk based on your workload needs, providing you with more flexibility and reduced costs. Each of these values determines the cost of your disk.
119+
Premium SSD v2 disks are designed to provide sub millisecond latencies and provisioned IOPS and throughput 99.9% of the time. With Premium SSD v2 disks, you can individually set the capacity, throughput, and IOPS of a disk based on your workload needs, providing you with more flexibility and reduced costs. Each of these values determines the cost of your disk. You can adjust the performance of a Premium SSD v2 disk four times within a 24 hour period.
120120

121121
#### Premium SSD v2 capacities
122122

includes/disks-prem-v2-limitations.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ ms.custom:
1919
- Azure Site Recovery isn't supported for VMs with Premium SSD v2 disks.
2020
- Azure Backup support for VMs with Premium SSD v2 disks is [generally available](/azure/backup/backup-support-matrix-iaas#vm-storage-support).
2121
- The size of a Premium SSD v2 can't be expanded without either deallocating the VM or detaching the disk.
22-
- Premium SSDv2 doesn't support host caching.
23-
- The performance of Premium SSD v2 can only be changed four times within a 24 hour period.
22+
- Premium SSDv2 doesn't support host caching.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following list contains Ultra Disks's limitations:
2222
- Currently only supports Single VM and Availability zone infrastructure options.
2323
- Snapshots are supported with [additional limitations](../articles/virtual-machines/disks-incremental-snapshots.md#incremental-snapshots-of-premium-ssd-v2-and-ultra-disks).
2424
- Azure Backup support for VMs with Ultra Disks is [generally available](../articles/backup/backup-support-matrix-iaas.md#vm-storage-support). Azure Backup has limitations when using Ultra Disks, see [VM storage support](../articles/backup/backup-support-matrix-iaas.md#vm-storage-support) for details.
25-
- The performance of Ultra Disks can only be changed four times within a 24 hour period.
2625

2726
Ultra disks support a 4k physical sector size by default but also supports a 512E sector size. Most applications are compatible with 4k sector sizes, but some require 512-byte sector sizes. Oracle Database, for example, requires release 12.2 or later in order to support 4k native disks. For older versions of Oracle DB, 512-byte sector size is required.
2827

includes/virtual-machines-disks-performance-tiers-intro.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@
55
author: roygara
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 08/30/2022
8+
ms.date: 03/04/2024
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
1212

13+
> [!NOTE]
14+
> This article focuses on how to change performance tiers. To learn how to change the performance of disks that don't use performance tiers, like Ultra Disks or Premium SSD v2, see either [Adjust the performance of an ultra disk](../articles/virtual-machines/disks-enable-ultra-ssd.md#adjust-the-performance-of-an-ultra-disk) or [Adjust disk performance of a Premium SSD v2](../articles/virtual-machines/disks-deploy-premium-v2.md#adjust-disk-performance)
15+
1316
The performance of your Azure managed disk is set when you create your disk, in the form of its performance tier. The performance tier determines the IOPS and throughput your managed disk has. When you set the provisioned size of your disk, a performance tier is automatically selected. The performance tier can be changed at deployment or afterwards, without changing the size of the disk and without downtime. To learn more about performance tiers, see [Performance tiers for managed disks](../articles/virtual-machines/disks-change-performance.md).
1417

1518
Changing your performance tier has billing implications. See [Billing impact](../articles/virtual-machines/disks-change-performance.md#billing-impact) for details.

0 commit comments

Comments
 (0)