Update storage SDK to 12.x
See original GitHub issueFor example I really would like to migrate to Azure.Storage.Blobs
(i.e. the v12 SDK) so that I can start using Azure.Identity
for authentication instead of these annoying connection strings.
What is the timeline for migration? Is there some preview packages I can use? I am a new user so I do not care about backwards compatibility even though I understand that is important for GA.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:18 (7 by maintainers)
Top Results From Across the Web
Storage Blob Service SDK Migration Guide from 8.x to 12.x
In this section, we list the main changes you need to be aware of when converting your Storage Blob SDK library from Version...
Read more >Azure Storage Blobs .Net SDK v12 upgrade guide and tips
This article was intended to give the highlights of upgrading your project from Azure Storage Blob .NET SDK v11 and lower to the...
Read more >GA: Azure Storage updating client-side encryption in SDK ...
If you are using v8 or previous SDK versions, which are deprecate, please update your code to use the v12.x SDK. Here is...
Read more >Preview: Azure Storage updating client-side encryption in ...
Update your code to use the v12.x SDK of your choice if you have not done so already. Update your code to use...
Read more >Upgrade from v10 to v12 - AzureSDK JS
In v12 of the @azure/storage-blob SDK you can directly instantiate the BlockBlobClient with your URL that contains a SAS token.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi folks, good news - the first 5.0 preview release of the storage extension is now available: https://github.com/Azure/azure-sdk-for-net/releases/tag/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs_5.0.0-beta.1 https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Storage/5.0.0-beta.1
Also please be aware that the new extension lives here: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage
So if you want to file a issue regarding the new extension, do so here: https://github.com/Azure/azure-sdk-for-net/issues/new/choose
@mauve We have work planned for the service bus extension but it has not started yet. Expect to hear more on this early 2021.
Hi folks, we have some work in progress on this, for example see here. There is still significant work remaining, so we’re not sure of when we might have a preview ready yet. But you should at least hear from us again later this calendar year on how the work is progressing.