While accessing Azure data lake container with Databricks this error shows up, I have not made any changes, below are the steps that I followed. not sure why it is not working same steps used to work earlier
Created Storage account
Create Databricks resource
added some data into the storage
And tried accessing storage data using below spark command.
spark.conf.set( "fs.azure.account.key..dfs.core.windows.net", dbutils.secrets.get(scope="", key=""))
abfss://.dfs.core.windows.net has invalid authority
The error you are getting is because you are using wrong end points. When you use ABFSS the correct format of storage account URL is as below
abfss://containername@storageaccountname.dfs.core.windows.net/