SSWConsulting / SSW.CodeAuditor

SSW Code Auditor V2
6 stars 6 forks source link

♻️ API | Migrate from deprecated azure-storage package #918

Open zacharykeeping opened 3 months ago

zacharykeeping commented 3 months ago

Hi team

Pain

We're currently using the azure-storage npm package (https://www.npmjs.com/package/azure-storage?activeTab=readme) in our API. This package has been deprecated and should be updated to use @azure/storage-blob and @azure/data-tables instead.

Tasks

Thanks!