It appears that the Azure Storage account key you used to generate the token is no longer valid. Regenerate SAS and try again
hth
Marcin
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi, I am using blob storage and sas token to get blob form my private container I am facing this issue and I am not able to find out why this is happening ?
<Error>
<Code>AuthenticationFailed</Code>
<Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. RequestId:a33620e3-c01e-0069-5a70-7bf3fd000000 Time:2024-03-21T09:14:34.3552776Z</Message>
<AuthenticationErrorDetail>Signature did not match. String to sign used was r </AuthenticationErrorDetail>
</Error>
It appears that the Azure Storage account key you used to generate the token is no longer valid. Regenerate SAS and try again
hth
Marcin
@Jaspreet Singh Thanks for posting your query on Microsoft Q&A.
The AuthenticationFailed error you’re encountering while trying to access a blob using a Shared Access Signature (SAS) token can be caused by several factors. Let’s explore some common reasons and potential solutions:
Try these suggestions and let me know the results via comment.