-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 1.10.5 / Azure error when connecting #10
Comments
This usually means one of four things:
Unfortunately this is their generic "AuthenticationFailed" error message which usually has a "AuthenticationErrorDetail" that includes more detail, but the Azure package does not include it. |
and if you had such an error, how would you fix it? |
Usually fixing the issue would require knowing what the issue is, as they tend to have very different fixes.
|
What is this suppose to mean? |
Dear all,
I get this error when using this configuration - what this really means?
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: