You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
+
37
40
## Create persistent volume claim
38
41
39
42
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
100
103
Learn more about Kubernetes persistent volumes using Azure disks.
101
104
102
105
> [!div class="nextstepaction"]
103
-
> [Kubernetes plugin for Azure disks][kubernetes-disk]
106
+
> [Kubernetes plugin for Azure disks][azure-disk-volume]
0 commit comments