Skip to content

Commit 059feca

Browse files
committed
[AKS] add Windows storage example
1 parent 08f4602 commit 059feca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/aks/concepts-storage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,18 @@ spec:
123123
claimName: azure-managed-disk
124124
```
125125
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+
126138
## Next steps
127139

128140
For associated best practices, see [Best practices for storage and backups in AKS][operator-best-practices-storage].

0 commit comments

Comments
 (0)