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
Copy file name to clipboardExpand all lines: articles/aks/azure-csi-disk-storage-provision.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ A persistent volume represents a piece of storage that has been provisioned for
16
16
17
17
This article shows you how to:
18
18
19
-
* Work with a dynamic persistent volume (PV) by installing the Container Storage Interface (CSI) driver and dynamically creating one or more Azure managed disk to attach to a pod.
20
-
* Work with a static PV by creating one or more Azure managed disk, or use an existing one and attach it to a pod.
19
+
* Work with a dynamic persistent volume (PV) by installing the Container Storage Interface (CSI) driver and dynamically creating one or more Azure managed disks to attach to a pod.
20
+
* Work with a static PV by creating one or more Azure managed disks, or use an existing one and attach it to a pod.
21
21
22
22
For more information on Kubernetes volumes, see [Storage options for applications in AKS][concepts-storage].
0 commit comments