You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
I just spent several hours figuring out how to create a database through the python api with provisioned throughput. This was easy from the azure portal, but documentation does not mention how to do this in the python API. Eventually, I figured out the solution by viewing the source code and finding a reference to "offerThroughput" and trying it as an option in cosmos_client.CreateDatabase. Example: