Skip to content

Commit 9bc4e37

Browse files
authored
Merge pull request #9590 from nmackenzie/master
Update azure-disks-dynamic-pv.md
2 parents ab8f6c8 + 4f29e4a commit 9bc4e37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 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 for 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.
@@ -100,16 +103,17 @@ You now have a running pod with your Azure disk mounted in the `/mnt/azure` dire
100103
Learn more about Kubernetes persistent volumes using Azure disks.
101104

102105
> [!div class="nextstepaction"]
103-
> [Kubernetes plugin for Azure disks][kubernetes-disk]
106+
> [Kubernetes plugin for Azure disks][azure-disk-volume]
104107
105108
<!-- LINKS - external -->
106109
[access-modes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
107110
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
108111
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
109-
[kubernetes-disk]: https://kubernetes.io/docs/concepts/storage/storage-classes/#new-azure-disk-storage-class-starting-from-v172
110112
[kubernetes-storage-classes]: https://kubernetes.io/docs/concepts/storage/storage-classes/
111113
[kubernetes-volumes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
114+
[managed-disk-pricing-performance]: https://azure.microsoft.com/pricing/details/managed-disks/
112115

113116
<!-- LINKS - internal -->
117+
[azure-disk-volume]: azure-disk-volume.md
114118
[azure-files-pvc]: azure-files-dynamic-pv.md
115119
[premium-storage]: ../virtual-machines/windows/premium-storage.md

0 commit comments

Comments
 (0)