I fixed it Myself. You can close or ignore it
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://******@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