Error while using CosmosDB provider for Entity Framework Core with Azure Tables
问题 I'm trying to do a simple CRUD application with EF Core and Azure Table (from Azure Storage Account). I'm passing name of the storage account as database name (The docs aren't exactly clear on that) services.AddDbContext<HomioDbContext>(options => options.UseCosmos( "https://homiostorage.table.core.windows.net/", "{Account Key}", databaseName: "{name of storage account}")); Doing any db operation throws following error ( The value for one of the HTTP headers is not in the correct format )