I'm having this issue with the .net SDK. I believe it is caused by the .net SDK including signed request headers and query parameters which add extra newline characters to the string even when empty, while Azurite's latest implementation generateBlobSASBlobSASSignatureWithUDK20250705() does not include these.
Originally posted by @ajaffie in #2412
Created a separate issue per #2412 (comment)
The effect of this incompatibility is you cannot use a SAS url to download a file, etc. generated by version 12.28 of the SDK (from Azurite).
An effective workaround is to stay on version 12.27.
Originally posted by @ajaffie in #2412
Created a separate issue per #2412 (comment)
The effect of this incompatibility is you cannot use a SAS url to download a file, etc. generated by version 12.28 of the SDK (from Azurite).
An effective workaround is to stay on version 12.27.