We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6f5f45 + 059feca commit 50a8c77Copy full SHA for 50a8c77
articles/aks/concepts-storage.md
@@ -123,6 +123,18 @@ spec:
123
claimName: azure-managed-disk
124
```
125
126
+For mounting a volume in a Windows container, specify the drive letter and path. For example:
127
+
128
+```yaml
129
+...
130
+ volumeMounts:
131
+ - mountPath: "d:"
132
+ name: volume
133
+ - mountPath: "c:\k"
134
+ name: k-dir
135
136
+```
137
138
## Next steps
139
140
For associated best practices, see [Best practices for storage and backups in AKS][operator-best-practices-storage].
0 commit comments