Skip to content

Commit

Permalink
Update AZ File share doc. [ci skip] (#4235)
Browse files Browse the repository at this point in the history

Signed-off-by: Manuele Simi <manuele.simi@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
manuelesimi and pditommaso committed Sep 3, 2023
1 parent 1ae70d5 commit 69d317b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ azure {
}
```

The files in the File share are available to the task in the directory: `<YOUR MOUNT DESTINATION>/<YOUR SOURCE FILE SHARE NAME>`.
The files in the File share are available to the task in the directory: `<YOUR MOUNT DESTINATION>`.

For instance, given the following configuration:

Expand All @@ -73,15 +73,20 @@ azure {
// ...
fileShares {
dir1 {
mountPath = "/mnt/mydata/"
rnaseqResources {
mountPath = "/mnt/mydata/myresources"
}
}
}
}
```

The task can access the File share in `/mnt/mydata/dir1`.
The task can access the File share in `/mnt/mydata/myresources`. Note: The string `rnaseqResources` in the above config can be any name of your choice, and it does not affect the underlying mount.

:::{warning}
Azure File shares do not support authentication and management with Active Directory. The storage account key must be
set in the configuration if a share is mounted.
:::

(azure-batch)=

Expand Down

0 comments on commit 69d317b

Please sign in to comment.