Skip to content

Commit 455cf77

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-4397:ZRS support for Azure Disk corrections--4.10-4.12
1 parent b0e74db commit 455cf77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/persistent-storage-csi-azure-disk-sc-zrs.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111

1212
Storage classes are used to differentiate and delineate storage levels and usages. By defining a storage class, you can obtain dynamically provisioned persistent volumes.
1313

14-
When creating a storage class, you can designate the storage account type. This corresponds to your Azure storage account SKU tier. Valid options are `Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`, and `PremiumV2_LRS`. For information about finding your Azure SKU tier, see link:https://learn.microsoft.com/en-us/rest/api/storagerp/srp_sku_types[SKU Types].
14+
When creating a storage class, you can designate the storage account type. This corresponds to your Azure storage account SKU tier. Valid options are `Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, and `StandardSSD_ZRS`. For information about finding your Azure SKU tier, see link:https://learn.microsoft.com/en-us/rest/api/storagerp/srp_sku_types[SKU Types].
15+
16+
ZRS has some region limitations. For information about these limitations, see link:https://learn.microsoft.com/en-us/azure/virtual-machines/disks-deploy-zrs?tabs=portal#limitations[ZRS limitations].
1517

1618
.Prerequisites
1719

@@ -39,7 +41,7 @@ allowVolumeExpansion: true
3941
EOF
4042
--
4143
<1> Storage class name.
42-
<2> Storage account type. This corresponds to your Azure storage account SKU tier:`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`, `PremiumV2_LRS`.
44+
<2> Storage account type. This corresponds to your Azure storage account SKU tier:`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`.
4345

4446
. Ensure that the storage class was created by listing the storage classes:
4547
+

0 commit comments

Comments
 (0)