question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update storage SDK to 12.x

See original GitHub issue

For 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:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:18 (7 by maintainers)

github_iconTop GitHub Comments

5reactions
paulbatumcommented, Nov 13, 2020

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.

4reactions
paulbatumcommented, Sep 17, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found