diff --git a/articles/aks/azure-disk-csi.md b/articles/aks/azure-disk-csi.md index c8d4c8a3a..fe08ddd26 100644 --- a/articles/aks/azure-disk-csi.md +++ b/articles/aks/azure-disk-csi.md @@ -383,8 +383,7 @@ statefulset.apps/busybox-azuredisk created To validate the content of the volume, run the following command: ```bash -kubectl exec -it busybox-azuredisk-0 -- cat c:\\mnt\\azuredisk\\data.txt # on Linux/MacOS Bash -kubectl exec -it busybox-azuredisk-0 -- cat c:\mnt\azuredisk\data.txt # on Windows Powershell/CMD + kubectl exec -it statefulset-azuredisk-win-0 -- powershell -c "type c:/mnt/azuredisk/data.txt" ``` The output of the command resembles the following example: