Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DBFS not showing on databricks UI

I am new to Azure. I am trying to mount blob storage containers to databricks file system. I have followed few tutorials, but while not able to find DBFS on databricks UI to upload files.

I tried below code

dbutils.fs.mount(
  source = "wasbs://<container-name>@<storage-account-name>.blob.core.windows.net",
  mount_point = "/mnt/<mount-name>",
  extra_configs = {"<conf-key>":dbutils.secrets.get(scope = "<scope-name>", key = "<key-name>")})
like image 734
Eric Avatar asked Nov 01 '25 01:11

Eric


1 Answers

You will need to Enable DBFS File Browser from Workspace settings.

To enable it, go to Admin console and then go to Workspace settings.

enter image description here

As shown in below image you need to Enable DBFS File Browser.

enter image description here

Now you will find DBFS on databricks UI.

like image 181
Abhishek Khandave Avatar answered Nov 04 '25 01:11

Abhishek Khandave



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!