Skip to content

Commit 35647ac

Browse files
andrewmathew1Andrew MathewCopilotFabianMeiswinkel
authored
Added Configuration Instructions in Readme for Throughput Buckets (Azure#40663)
* added link for config through portal in readme * edited wording * Update sdk/cosmos/azure-cosmos/README.md Co-authored-by: Copilot <[email protected]> * Update sdk/cosmos/azure-cosmos/README.md --------- Co-authored-by: Andrew Mathew <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Fabian Meiswinkel <[email protected]>
1 parent 06ac03d commit 35647ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/cosmos/azure-cosmos/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -886,8 +886,8 @@ This ensures that no single workload consumes excessive throughput and impacts o
886886
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.
887887
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.
888888

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.
891891
## Troubleshooting
892892

893893
### General
@@ -1063,6 +1063,7 @@ For more extensive documentation on the Cosmos DB service, see the [Azure Cosmos
10631063
[cosmos_throughput_bucket_sample]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management.py
10641064
[cosmos_throughput_bucket_sample_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cosmos/azure-cosmos/samples/throughput_bucket_management_async.py
10651065
[cosmos_diagnostics_filter_sample]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/cosmos/azure-cosmos/samples/diagnostics_filter_sample.py
1066+
[cosmos_throughput_bucket_configuration]: https://learn.microsoft.com/azure/cosmos-db/nosql/throughput-buckets#configuring-throughput-buckets
10661067

10671068
## Contributing
10681069

0 commit comments

Comments
 (0)