I am practicing with Azure Databricks and during setting the spark configuration for sasEntity, sasToken, I get the below error.
shaded.databricks.org.apache.hadoop.fs.azure.AzureException: hadoop_azure_shaded.com.microsoft.azure.storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
I have checked the output of below command for returned values.
datasource = spark.conf.get("com.databricks.training.azure.datasource").split("\t")
It does return the required 3 values, source, sasEntity, sasToken and is not empty.
Could someone please explain me why spark configuration is complaining for setting the token value returned by the get command above.
I'm referencing the week3 material in course "Microsoft Azure Databricks for Data Engineering", titled "04-Working-With-Dataframes"
Thanks,
Faisal