Skip to content

Commit cfb2c92

Browse files
committed
Mention PremiumV2_LRS among other Azure disk skunames
1 parent cc9b21d commit cfb2c92

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/storage-azure-create-storage-class.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ persistent volumes.
2929
.. Select `kubernetes.io/azure-disk` from the drop down list.
3030

3131
... Enter the storage account type. This corresponds to your Azure
32-
storage account SKU tier. Valid options are `Premium_LRS`, `Standard_LRS`,
32+
storage account SKU tier. Valid options are `Premium_LRS`, `PremiumV2_LRS`, `Standard_LRS`,
3333
`StandardSSD_LRS`, and `UltraSSD_LRS`.
34+
+
35+
[IMPORTANT]
36+
====
37+
The skuname `PremiumV2_LRS` is not supported in all regions, and in some supported regions, not all of the availability zones are supported. For more information, see link:https://learn.microsoft.com/en-us/azure/virtual-machines/disks-deploy-premium-v2[Azure doc].
38+
====
3439

3540
... Enter the kind of account. Valid options are `shared`, `dedicated,`
3641
and `managed`.

0 commit comments

Comments
 (0)