鉴于旧的Azure Storage NuGet软件包已被拆分,因此从文档中还不清楚如何从.NET Core应用程序访问Azure表存储。
似乎有一些矛盾的信息。根据此article,现在建议使用CosmoDb Table API程序包访问表存储的方法,但同一篇文章说它不适用于.NET Core。
答案 0 :(得分:2)
对于.net核心,您应继续使用较旧的Azure Storage NuGet package,请参阅此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.