Skip to content

Commit 827c367

Browse files
authored
Update azure-disks-dynamic-pv.md
Added a note indicating that managed disks are billed by SKU and that the performance of Premium managed disks depends on the SKU.
1 parent 15f32b0 commit 827c367

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/azure-disks-dynamic-pv.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ default (default) kubernetes.io/azure-disk 1h
3434
managed-premium kubernetes.io/azure-disk 1h
3535
```
3636

37+
> [!NOTE]
38+
> Persistent volume claims are specified in GiB but Azure managed disks are billed by SKU of a specific size. These SKUs range from 32GiB for S4 or P4 disks to 4TiB for S50 or P50 disks. Furthermore, the throughput and IOPS performance of a Premium managed disk depends on the both the SKU and the instance size of the nodes in the AKS cluster. See [Pricing and Performance of Managed Disks][managed-disk-pricing-performance].
39+
3740
## Create persistent volume claim
3841

3942
A persistent volume claim (PVC) is used to automatically provision storage based on a storage class. In this case, a PVC can use one of the pre-created storage classes to create a standard or premium Azure managed disk.
@@ -109,6 +112,7 @@ Learn more about Kubernetes persistent volumes using Azure disks.
109112
[kubernetes-disk]: https://kubernetes.io/docs/concepts/storage/storage-classes/#new-azure-disk-storage-class-starting-from-v172
110113
[kubernetes-storage-classes]: https://kubernetes.io/docs/concepts/storage/storage-classes/
111114
[kubernetes-volumes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
115+
[managed-disk-pricing-performance]: https://azure.microsoft.com/en-us/pricing/details/managed-disks/
112116

113117
<!-- LINKS - internal -->
114118
[azure-files-pvc]: azure-files-dynamic-pv.md

0 commit comments

Comments
 (0)