Microsft released azure-sdk-for-js a long time back but still, there is no plan to support Table Storage. The only option for Table storage from NodeJS is legacy azure-storage-node. Is Microsoft trying to retire Table Storage in long term?
Advertisement
Answer
Accoring to this update on azure storage table sdk seems not supported #5655, there is now an official azure-sdk-for-js for data-tables which you can install like this:
npm install @azure/data-tables