Open
Description
Connecting to Azure using regular profile or using a SAS configured in a Storage Account works fine.
Connecting to a Azure blob storage container doesn't work, if the Shared Access Token is configured in the container itself.
Difference in the signature:
Storage Account token:
?sv=2020-08-04&ss=b&srt=co&sp=rwdlacitfx&se=2021-12-23T22:01:31Z&st=2021-12-23T14:01:31Z&spr=https&sig=***
Shared Access Signature token for single Azure Blob container:
sp=racwdli&st=2021-12-23T13:56:51Z&se=2021-12-23T21:56:51Z&spr=https&sv=2020-08-04&sr=c&sig=***