将 CosmoDb Table API 与 Azure Table 服务和 .NET Core 结合使用

Using CosmoDb Table API with Azure Table Services and .NET Core

鉴于旧的 Azure Storage NuGet 包正在被分解,文档中并没有完全清楚如何从 .NET Core 应用程序访问 Azure Table 存储。

似乎有一些相互矛盾的信息。根据此 article,访问 Table 存储的推荐方式现在使用 CosmoDb Table API 包,但同一篇文章说它不适用于 .NET核心.

对于 .net 核心,您应该继续使用旧版本 Azure Storage NuGet package, please refer to this issue:

Adding .Net Core/standard support for Microsoft.Azure.CosmosDB.Table is on our roadmap. And
yes you should use `Microsoft.WindowsAzure.Storage' until .Net core, support is enabled 
for Azure Cosmos DB Table API.