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
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -886,8 +886,8 @@ This ensures that no single workload consumes excessive throughput and impacts o
886
886
Throughput bucket configurations can be changed once every 10 minutes, otherwise the request is throttled with an HTTP 429 status code and substatus code 3213.
887
887
Also, requests with an invalid bucket ID (less than 1 or greater than 5) results in an error, as only bucket IDs 1 to 5 are valid.
888
888
889
-
You can find our sync samples [here][cosmos_throughput_bucket_sample] and our async samples [here][cosmos_throughput_bucket_sample_async] as well for additional guidance.
890
-
889
+
See [here][cosmos_throughput_bucket_configuration] for instructions on configuring throughput buckets through the Azure portal.
890
+
After throughput buckets have been configured, you can find our sync samples [here][cosmos_throughput_bucket_sample] and our async samples [here][cosmos_throughput_bucket_sample_async] as well for additional guidance.
891
891
## Troubleshooting
892
892
893
893
### General
@@ -1063,6 +1063,7 @@ For more extensive documentation on the Cosmos DB service, see the [Azure Cosmos
0 commit comments