Microsoft.Azure.WebJobs.Extensions.Storage 4.0.0
This package is available at https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/4.0.0.
See https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview2 and https://github.com/Azure/azure-webjobs-sdk/releases/tag/storage-v4.0.0-preview1 for details on changes in this release.
Important
Storage namespaces have changed, so you may need to update your code if you are using any of the Storage types directly. Your code may continue to compile as you may have an implicit reference to the old Storage SDK, but it will fail at runtime if these have not been updated in your code:
- For blobs and queues,
Microsoft.WindowsAzure.Storage.*
namespaces are nowMicrosoft.Azure.Storage.*
. - For tables, the namespaces are now
Microsoft.Azure.Cosmos.Table.*
.