Skip to content

Commit 298c535

Browse files
authored
Merge pull request #116218 from JnHs/jh-batch-files-ex
updated values in example
2 parents 7d29f01 + 8d73db8 commit 298c535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/batch/virtual-file-mount.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ new PoolAddParameter
5959
{
6060
AzureFileShareConfiguration = new AzureFileShareConfiguration
6161
{
62-
AccountName = "AccountName",
63-
AzureFileUrl = "AzureFileShareUrl",
64-
AccountKey = "StorageAccountKey",
65-
RelativeMountPath = "RelativeMountPath",
62+
AccountName = "{storage-account-name}",
63+
AzureFileUrl = "https://{storage-account-name}.file.core.windows.net/{file-share-name}",
64+
AccountKey = "{storage-account-key}",
65+
RelativeMountPath = "S",
6666
MountOptions = "-o vers=3.0,dir_mode=0777,file_mode=0777,sec=ntlmssp"
6767
},
6868
}

0 commit comments

Comments
 (0)