Reputation: 93
I'm using EF core 3.1 Azure Cosmos DB Provider and would like to to create the DB from my application code. During development I want to create a DB with shared provisioned throughput to limit cost but I can't find anywhere to configure it in EF core so that when I call EnsureCreated() the database is created with a shared throuput?
Upvotes: 1
Views: 287
Reputation: 8690
Unfortunately,creating a DB with shared provisioned throughput haven't been implemented yet.You can track this feature on Github issues.
Hope this can help you.
Upvotes: 3