为什么 Table 新的 Azure SDK for JS 不包含存储支持?

Why Table Storage support is no included the new new Azure ADK for JS?

微软发布了 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。从长远来看,Microsoft 是否打算淘汰 Table 存储?

根据 this update on azure storage table sdk seems not supported #5655, there is now an official azure-sdk-for-js for data-tables 你可以这样安装:

npm install @azure/data-tables