Skip to content

Commit 9a4f9a4

Browse files
committed
updated azure-csi-disk-storage-provision
1 parent 258c947 commit 9a4f9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-csi-disk-storage-provision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ When you create an Azure disk for use with AKS, you can create the disk resource
272272

273273
### Mount disk as a volume
274274

275-
1. Create a *pv-azuredisk.yaml* file with a *PersistentVolume*. Update `volumeHandle` with disk resource ID from the previous step.
275+
1. Create a *pv-azuredisk.yaml* file with a *PersistentVolume*. Update `volumeHandle` with disk resource ID from the previous step. For Windows Server containers, specify *ntfs* for the parameter *fsType*.
276276

277277
```yaml
278278
apiVersion: v1
@@ -332,7 +332,7 @@ When you create an Azure disk for use with AKS, you can create the disk resource
332332
pvc-azuredisk Bound pv-azuredisk 20Gi RWO 5s
333333
```
334334

335-
5. Create an *azure-disk-pod.yaml* file to reference your *PersistentVolumeClaim*.
335+
5. Create an *azure-disk-pod.yaml* file to reference your *PersistentVolumeClaim*. For Windows Server containers, specify a *mountPath* using the Windows path convention, such as *'D:'*.
336336

337337
```yaml
338338
apiVersion: v1

0 commit comments

Comments
 (0)