Skip to content

.NET SDK 12.28.0 generates SAS signatures incompatible with the ones generated in Azurite #2649

@ajaffie

Description

@ajaffie

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.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions