question

UllasRao-9151 avatar image
0 Votes"
UllasRao-9151 asked PRADEEPCHEEKATLA-MSFT commented

Not able to access the storage from Databricks Account

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

databricks code used to mount :

dbutils.fs.mount(
source = "wasbs://csv@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://docs.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
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

UllasRao-9151 avatar image
1 Vote"
UllasRao-9151 answered PRADEEPCHEEKATLA-MSFT commented

I fixed it Myself. You can close or ignore it

· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @UllasRao-9151,

Glad to know that your issue has resolved. You can accept it as answer. This can be beneficial to other community members. Thank you.

0 Votes 0 ·

Hello @UllasRao-9151,

Did you get a chance to accept it as an answer?

0 Votes 0 ·