I have a SAS URI (read, list) for an ADLS hosted in another resource group. While I try to connect to that ADLS using the SAS URI, I get successful connection but unable to copy or browse files.
Databricks Error: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature."
ADF Error suggestion list:
- Grant service principal or managed identity appropriate permissions to do copy.
- It's possible because some IP address ranges of Azure Data Factory are not allowed by your Azure Storage firewall settings.
- The remote server returned an error: (403) Forbidden.StorageExtendedMessage=Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
What is the possible reason and how to resolve it?
The same SAS URI works with Azure Storage Explorer hosted in a VM and I am able to copy files. So, the key is not expired.