Learn R Programming

notebookutils (version 1.5.3)

notebookutils.fs.mount: Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)

Description

Attach remote storage (Blob, Gen2, Azure File Share) to all working nodes (driver node and worker nodes)

Usage

notebookutils.fs.mount(source, mountPoint, extraConfigs = NULL)

Value

FALSE to mimic the result if mountPoint creation fail.

Arguments

source

FileSystem URI that contains the source data.

mountPoint

The directory of remote source to mount the source.

extraConfigs

Extra configurations.

Examples

Run this code
notebookutils.fs.mount("abfss://xxx.dfs.core.windows.net", "/mnt")

Run the code above in your browser using DataLab