mssparkutils.fs.mount | R Documentation |
Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)
mssparkutils.fs.mount(source, mountPoint, extraConfigs = NULL)
source |
FileSystem URI that contains the source data. |
mountPoint |
The directory of remote source to mount the source. |
extraConfigs |
Extra configurations. |
FALSE to mimic the result if mountPoint
creation fail.
mssparkutils.fs.mount("abfss://xxx.dfs.core.windows.net", "/mnt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.