Skip to content

Commit b0ec4e0

Browse files
authored
Update concepts-storage.md
Updated the article for correct headings. It should be "Storage class" and "Description"
1 parent 4f34857 commit b0ec4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/concepts-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ The StorageClass also defines the *reclaimPolicy*. When you delete the persisten
150150

151151
For clusters using the [Container Storage Interface (CSI) drivers][csi-storage-drivers] the following extra `StorageClasses` are created:
152152

153-
| Permission | Reason |
153+
| Storage class | Description |
154154
|---|---|
155155
| `managed-csi` | Uses Azure StandardSSD locally redundant storage (LRS) to create a Managed Disk. The reclaim policy ensures that the underlying Azure Disk is deleted when the persistent volume that used it's deleted. The storage class also configures the persistent volumes to be expandable, you just need to edit the persistent volume claim with the new size. |
156156
| `managed-csi-premium` | Uses Azure Premium locally redundant storage (LRS) to create a Managed Disk. The reclaim policy again ensures that the underlying Azure Disk is deleted when the persistent volume that used it's deleted. Similarly, this storage class allows for persistent volumes to be expanded. |
@@ -292,4 +292,4 @@ For more information on core Kubernetes and AKS concepts, see the following arti
292292
[general-purpose-machine-sizes]: ../virtual-machines/sizes-general.md
293293
[azure-files-azure-netapp-comparison]: ../storage/files/storage-files-netapp-comparison.md
294294
[azure-disk-customer-managed-key]: azure-disk-customer-managed-keys.md
295-
[azure-aks-storage-considerations]: /azure/cloud-adoption-framework/scenarios/app-platform/aks/storage
295+
[azure-aks-storage-considerations]: /azure/cloud-adoption-framework/scenarios/app-platform/aks/storage

0 commit comments

Comments
 (0)