Debayan
Databricks Employee
Databricks Employee

Hi, Databricks enables users to mount cloud object storage to the Databricks File System (DBFS) to simplify data access patterns for users that are unfamiliar with cloud concepts.

The same Azure blob storage can be mounted in multiple clusters.

  • When you create a mount point through a cluster, cluster users can immediately access the mount point. To use the mount point in another running cluster, you must run dbutils.fs.refreshMounts() on that running cluster to make the newly created mount point available for use.

Please refer: https://learn.microsoft.com/en-gb/azure/databricks/dbfs/mounts#--mount-adls-gen2-or-blob-storage-wit...