Skip to content

Commit 6bebf70

Browse files
authored
Merge pull request #206844 from roygara/fixPremLink
Adding premium v2 link
2 parents a359464 + 272a8ba commit 6bebf70

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy a Premium SSD v2 (preview) managed disk
33
description: Learn how to deploy a Premium SSD v2 (preview).
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 07/18/2022
6+
ms.date: 08/03/2022
77
ms.topic: how-to
88
ms.service: storage
99
ms.subservice: disks
@@ -159,7 +159,10 @@ Update-AzVM -VM $vm -ResourceGroupName $resourceGroupName
159159

160160
# [Azure portal](#tab/portal)
161161

162-
1. Sign in to the [Azure portal](https://portal.azure.com/).
162+
> [!IMPORTANT]
163+
> Premium SSD v2 managed disks can only be deployed and managed in the Azure portal from the following link: [https://portal.azure.com/?feature.premiumv2=true#home](https://portal.azure.com/?feature.premiumv2=true#home).
164+
165+
1. Sign in to the Azure portal with the following link: [https://portal.azure.com/?feature.premiumv2=true#home](https://portal.azure.com/?feature.premiumv2=true#home).
163166
1. Navigate to **Virtual machines** and follow the normal VM creation process.
164167
1. On the **Basics** page, select a [supported region](#regional-availability) and set **Availability options** to **Availability zone**.
165168
1. Select one of the zones.
@@ -210,6 +213,10 @@ Update-AzDisk -ResourceGroupName $resourceGroup -DiskName $diskName -DiskUpdate
210213

211214
# [Azure portal](#tab/portal)
212215

216+
> [!IMPORTANT]
217+
> Premium SSD v2 managed disks can only be deployed and managed in the Azure portal from the following link: [https://portal.azure.com/?feature.premiumv2=true#home](https://portal.azure.com/?feature.premiumv2=true#home).
218+
219+
1. Sign in to the Azure portal with the following link: [https://portal.azure.com/?feature.premiumv2=true#home](https://portal.azure.com/?feature.premiumv2=true#home).
213220
1. Navigate to your disk and select **Size + Performance**.
214221
1. Change the values to your desire.
215222
1. Select **Resize**.

0 commit comments

Comments
 (0)