Closed nor0x closed 8 years ago
Please double check your Azure Storeage configs and make sure your Azure storage name and key are correct. See this file:
Your StorageAccessKey should be a long string that ends with a "==". Can you check?
Thank you for the answer. StorageAccessKey and StorageAccountName should be set correctly. I tried both keys created by Azure.
I found the error! I was using the latest version of the WindowsAzure.Storage NuGet package (7.2.0) - after a downgrade to 7.1.2 everything is working fine. Thank you! my bad - closed
I setup the project following the instructions in GettingStarted.md. Everything is working fine, except the
sasurl
endpoint, which returns a 500 response code with the following body{ "message": "An error has occurred." }
The other API endpoints are working fine. Anything I am missing out? Any help is appreciated.