Skip to content

Commit c25420c

Browse files
authored
Merge pull request #193901 from PriyankaRudramaina/patch-10
(AzureCXP) fixes MicrosoftDocs/azure-docs#90857
2 parents 0171263 + 7e51e63 commit c25420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/virtual-file-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ new PoolAddParameter
428428
RelativeMountPath = "cifsmountpoint",
429429
Source = "source",
430430
Password = "StorageAccountKey",
431-
MountOptions = "-o vers=3.0,dir_mode=0777,file_mode=0777,serverino"
431+
MountOptions = "-o vers=3.0,dir_mode=0777,file_mode=0777,serverino,domain=MyDomain"
432432
},
433433
}
434434
}

0 commit comments

Comments
 (0)