Skip to content

Commit 13eff15

Browse files
authored
Merge pull request #231801 from roygara/restorePortal
Adding ultra performance changing portal steps
2 parents f9abf14 + e17699c commit 13eff15

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 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: storage
66
ms.topic: how-to
7-
ms.date: 03/07/2023
7+
ms.date: 03/22/2023
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: references_regions, devx-track-azurecli, devx-track-azurepowershell, ignite-2022
@@ -446,7 +446,17 @@ Update-AzVM -VM $vm -ResourceGroupName $resourceGroup
446446

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

449-
Currently, adjusting disk performance is only supported with Azure CLI or the Azure PowerShell module.
449+
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.
450+
451+
1. Navigate to your VM and select **Disks**.
452+
1. Select the ultra disk you'd like to modify the performance of.
453+
454+
:::image type="content" source="media/virtual-machines-disks-getting-started-ultra-ssd/select-ultra-disk-to-modify.png" alt-text="Screenshot of disks blade on your vm, ultra disk is highlighted.":::
455+
456+
1. Select **Size + performance** and then make your modifications.
457+
1. Select **Save**.
458+
459+
:::image type="content" source="media/virtual-machines-disks-getting-started-ultra-ssd/modify-ultra-disk-performance.png" alt-text="Screenshot of configuration blade on your ultra disk, disk size, iops, and throughput are highlighted, save is highlighted.":::
450460

451461
# [Azure CLI](#tab/azure-cli)
452462

-3.04 KB
Loading

0 commit comments

Comments
 (0)