Alberto_Umana
Databricks Employee
Databricks Employee

Hi @bvraravind,

The error you are encountering is due to an incorrect configuration setting in your code. The error message indicates that the configuration fs.azure.account.auth.type.<storage-account>.dfs.core.windows.net is not recognized

  1. Verify that the SAS token is valid and has the necessary permissions.
  2. Ensure that the storage account and container names are correct.
  3. Check if there are any network restrictions or firewall rules that might be blocking access

Documentation: https://learn.microsoft.com/en-us/azure/databricks/connect/storage/azure-storage

View solution in original post