clearlydefined / service

The service side of clearlydefined.io
MIT License
45 stars 41 forks source link

Azure SDK deprecated #1222

Open ljones140 opened 3 weeks ago

ljones140 commented 3 weeks ago

Description

This app is using the deprecated Azue storage SDK https://github.com/Azure/azure-storage-node

SDK has not had a release since 2019.

The new SDK is actually multiple libraries rather than just one.

We likely need https://www.npmjs.com/package/@azure/storage-blob https://www.npmjs.com/package/@azure/storage-queue

Azure's Migration guide