Skip to content

Commit 525074b

Browse files
Merge pull request #284420 from roygara/pv2PerfPortal
Adding portal information
2 parents 19a9059 + 290f9e7 commit 525074b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy a Premium SSD v2 managed disk
33
description: Learn how to deploy a Premium SSD v2 and about its regional availability.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 08/09/2024
6+
ms.date: 08/12/2024
77
ms.topic: how-to
88
ms.service: azure-disk-storage
99
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell
@@ -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. You can adjust the performance of a Premium SSD v2 disk four times within a 24 hour period.
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. Creating a disk counts as one of these times, so for the first 24 hours after creating a premium SSD v2 disk you can only adjust its performance up to three times.
202202

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

@@ -225,7 +225,9 @@ Update-AzDisk -ResourceGroupName $resourceGroup -DiskName $diskName -DiskUpdate
225225

226226
# [Azure portal](#tab/portal)
227227

228-
Currently, adjusting disk performance is only supported with the Azure CLI or Azure PowerShell module.
228+
1. Navigate to the disk you'd like to modify in the [Azure portal](https://portal.azure.com/).
229+
1. Select **Size + Performance**
230+
1. Set the values for **Disk IOPS** or **Disk throughput (MB/s)** or both, to meet your needs, then select **Save**.
229231

230232
---
231233

0 commit comments

Comments
 (0)