What is the maximum number of mount points can be created from a databricks workspace to a ADLS storage account?

PhaniKumar
New Contributor

We had a usecase where mounts are created at a folder level. Now the number of folders created are increasing. Is there a limit on data bricks on number of mount point creation

artsheiko
Databricks Employee
Databricks Employee

Azure Databricks mounts create a link between a workspace and cloud object storage, which enables you to interact with cloud object storage using familiar file paths relative to the Databricks file system. Mounts work by creating a local alias under the /mnt directory. Taking into account that no limit on that topic is listed in https://learn.microsoft.com/en-us/azure/databricks/resources/limits, normally, you can create as much mount points as you want.

However, there is no support for mount points with Unity Catalog. Existing mount points can be upgraded to External Locations using the wizard in Data Explorer - take this point into account while designing you final solution.

View solution in original post