Storage API: Deprecated Storage Blob SDKs No Longer Supported #120
ColinKerr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are updating the underlying dependency of Storage API from Microsoft.Azure.Storage.Blob to the newer Azure.Storage.Blobs package. This change was necessary as the former package (Microsoft.Azure.Storage.Blob) has been officially deprecated and is no longer supported by Microsoft.
This change will take effect on September 1st.
During our testing, we identified a compatibility issue that may impact certain users:
If you're utilizing Microsoft.Azure.Storage.Blob or WindowsAzure.Storage packages to upload files to Azure Blob Storage via SAS URLs, please be advised that new SAS URLs generated by our API will not be compatible with these deprecated packages. As a result, this may lead to upload failures, typically generating a 403 (Server failed to authenticate the request) error.
Recommended Action
Beta Was this translation helpful? Give feedback.
All reactions