-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Support for Database Throughput Provisioning #110
Comments
I have just been looking at this and wondered whether there is support here. The portal request for this includes an additional header "x-ms-offer-throughput: 50000". |
Oh right - so it looks to use the same header as the new collection does? If that is the case then it should be easy enough to add. I'd assume the lower & upper limits are the same as in the portal. |
I could really use this functionality soon. |
Thanks for reminding me about this one @lanndoc - I'll see if I can get it done over the weekend. |
Onto this now @lanndoc |
This has now been published to PSGallery @lanndoc and @smneal as 3.4.0.411: https://www.powershellgallery.com/packages/CosmosDB/3.4.0.411 |
Azure Cosmos DB now supports sharing reserved throughput across multiple collections in a database:
https://docs.microsoft.com/en-us/azure/cosmos-db/set-throughput#provision-throughput-for-a-set-of-containers-or-at-the-database-level
This is not yet documented in the REST APIs:
https://docs.microsoft.com/en-us/rest/api/cosmos-db/create-a-database
When this is documented/available support should be added.
The text was updated successfully, but these errors were encountered: