AzureStorage Blob Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature

后端 未结 14 1773
無奈伤痛
無奈伤痛 2020-12-09 14:58

I\'m trying to upload a image in Windows Azure Blob and I\'m geting the following error which I can\'t handle.

Server failed to authenticate the request.

相关标签:
14条回答
  • 2020-12-09 15:47

    Ir your debugging locally, but connecting to a remote azure storage and get this error check that your AzureWebJobsStorage string is up to date in your local.settings.json. Seems there are multiple reasons why this can happen and this is one of them.

    0 讨论(0)
  • 2020-12-09 15:47

    I had the same error. Storage connection worked when debugging locally but didn't work when deployed on Azure App Service. I had deleted a storage account with same name a bit earlier and recreated it on different Azure subscription. Could there be a bug in Azure, such that even though the resource name was made available again, it was not "freed correctly" inside Azure whatever that means?

    When I created a storage account with a different name, I didn't get the error anymore.

    0 讨论(0)
提交回复
热议问题