Azure Blob Storage creating user delegation SAS token
I create user delegated SAS token with this code:
Azure Blob Storage SAS URL generation issue with managed identity
I am encountering an issue when generating a Shared Access Signature (SAS) URL for a file in Azure Blob Storage using managed identity. The generated SAS URL contains a ‘+’ sign in the signature field, which causes the error “Signature fields not well formed” when trying to use the URL for access.