Not able to access the storage from Databricks Account

Ullas Rao 6 Reputation points
2021-08-20T18:01:06.087+00:00

Subscription id : a806f5ad-1708-41b4-b754-567d54e3d11a

databricks code used to mount :

dbutils.fs.mount(
source = "wasbs://******@adffulltest.blob.core.windows.net/mnt/",
mount_point = "/mnt/blob-storage",
extra_configs = {"fs.azure.sas.csv.adffulltest.blob.core.windows.net":dbutils.secrets.get(scope = "scopetest1", key = "mysecret")})

Mounting properly

Document followed : https://learn.microsoft.com/en-us/azure/databricks/data/data-sources/azure/azure-storage

Not firewall issue from the storage
but when I access the mnt i get the below error

%fs

ls /mnt/blob-storage
FileNotFoundException: /mnt is not found

Can you please help in this regard

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ullas Rao 6 Reputation points
    2021-08-21T07:07:18.09+00:00

    I fixed it Myself. You can close or ignore it

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.