Skip to content

Commit 50a8c77

Browse files
authored
Merge pull request #142078 from zr-msft/zr-aks-win-storage-drive
[AKS] add Windows storage example
2 parents a6f5f45 + 059feca commit 50a8c77

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)