You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
Which service(blob, file, queue, table) does this issue concern?
Azure Blob/File Service
Which version of the SDK was used?
v11.0.1
Which platform are you using? (ex: .NET Core 2.1)
.NET Core 4.5.2
What problem was encountered?
The following exception occurred when trying to connect to an Azure Government hosted Blob Service. However the same piece of code works fine for the Worldwide environments. The code uses shared key to authenticate with the Azure Blob service.
Exception occurred : Microsoft.Azure.Storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which service(blob, file, queue, table) does this issue concern?
Azure Blob/File Service
Which version of the SDK was used?
v11.0.1
Which platform are you using? (ex: .NET Core 2.1)
.NET Core 4.5.2
What problem was encountered?
The following exception occurred when trying to connect to an Azure Government hosted Blob Service. However the same piece of code works fine for the Worldwide environments. The code uses shared key to authenticate with the Azure Blob service.
Exception occurred : Microsoft.Azure.Storage.StorageException: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
The text was updated successfully, but these errors were encountered: