@SAL - Thanks for the question and using MS Q&A platform.
It seems like you are facing an authentication issue while trying to read from storage container in Azure Blob Storage. This error message usually occurs when the server fails to authenticate the request.
To resolve this issue, you can try the following steps:
- Check if the value of the Authorization header is formed correctly including the signature.
- Make sure that the credentials you are using to authenticate the request are valid and have the required permissions to access the storage container.
- Check if the storage account key or SAS token you are using to authenticate the request is still valid and has not expired.
- Ensure that the firewall settings of your storage account are configured correctly to allow access from your Databricks cluster.
In case, if you are still experiencing the issue I would suggest you to share the complete stack trace of the error message to identify the issue and share the exact solution.
For more details, refer to Connect to Azure Data Lake Storage Gen2 and Blob Storage and you can also refer to the Azure documentation on troubleshooting common errors when using Azure Blob Storage for more information on how to troubleshoot this issue.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.