Skip to content

Commit 4f29e4a

Browse files
authored
Update azure-disks-dynamic-pv.md
1 parent 2f0e6aa commit 4f29e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ managed-premium kubernetes.io/azure-disk 1h
3535
```
3636

3737
> [!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].
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].
3939
4040
## Create persistent volume claim
4141

@@ -111,7 +111,7 @@ Learn more about Kubernetes persistent volumes using Azure disks.
111111
[kubectl-get]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get
112112
[kubernetes-storage-classes]: https://kubernetes.io/docs/concepts/storage/storage-classes/
113113
[kubernetes-volumes]: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
114-
[managed-disk-pricing-performance]: https://azure.microsoft.com/en-us/pricing/details/managed-disks/
114+
[managed-disk-pricing-performance]: https://azure.microsoft.com/pricing/details/managed-disks/
115115

116116
<!-- LINKS - internal -->
117117
[azure-disk-volume]: azure-disk-volume.md

0 commit comments

Comments
 (0)