Hello, I'm the Microsoft product manager for table storage and I want to clarify that Table Storage is most definitely not deprecated, it’s very much alive and supported as a service. The only things being deprecated are the original table storage SDKs and Cosmos DB Tables SDKs, but those are being replaced with new versions.
For context as to why these new SDKs exist, the packages have been updated to align with our Azure SDK Guidelines, making for an idiomatic, consistent, approachable, diagnosable, and dependable library. The new libraries use the language-specific Azure Core packages for handling requests, errors, and credentials.
To be clear, any SDK name that starts with ‘Microsoft.Azure.*’ is an older library. The new ones will have names that start with ‘Azure.*’, as in 'Azure.Data.Tables', and these new Table storage SDKs should be feature-complete in terms of parity with the old libraries. These new libraries can also target either plain table storage or Cosmos DB table storage provided they are configured with the proper endpoint.