Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

2.1.0-beta2 breaks Azure Blog Storage (403) #438

Closed
oscarwest opened this issue May 11, 2017 · 1 comment
Closed

2.1.0-beta2 breaks Azure Blog Storage (403) #438

oscarwest opened this issue May 11, 2017 · 1 comment

Comments

@oscarwest
Copy link

After upgrading to 2.1.0-beta2 from 2.0.0 we start getting 403 on calls to Blog Storage.
After downgrading from 2.1.0-beta2 to 2.0.0 it works again without any additional changes.

Info:
netcoreapp1.0
"WindowsAzure.Storage": "7.2.1",

Error:
Breaks on if statement line
Response code 403
Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

CloudBlobContainer blobContainer = blobClient.GetContainerReference(containerName); CloudBlockBlob a = blobContainer.GetBlockBlobReference(fileName); if (await a.ExistsAsync() == false) { throw new InvalidOperationException("Could not retrieve blob"); }

@SergeyKanzhelev
Copy link
Contributor

Dup for #416 See workaround and update information there

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants