Skip to content

Commit 979d923

Browse files
Merge pull request #231104 from seesharprun/cosmos-burst-capacity
Cosmos DB | Update burst capacity with feature
2 parents 0e276f2 + 42c239a commit 979d923

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/cosmos-db/burst-capacity.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
2-
title: Burst capacity in Azure Cosmos DB (preview)
3-
description: Learn more about burst capacity in Azure Cosmos DB
2+
title: Burst capacity (preview)
3+
titleSuffix: Azure Cosmos DB
4+
description: Use your database or container's idle throughput capacity to handle spikes of traffic with burst capacity in Azure Cosmos DB.
45
author: seesharprun
56
ms.author: sidandrews
67
ms.service: cosmos-db
78
ms.custom: event-tier1-build-2022, ignite-2022
89
ms.topic: conceptual
910
ms.reviewer: dech
10-
ms.date: 10/26/2022
11+
ms.date: 03/16/2023
1112
---
1213

1314
# Burst capacity in Azure Cosmos DB (preview)
@@ -16,7 +17,7 @@ ms.date: 10/26/2022
1617

1718
Azure Cosmos DB burst capacity (preview) allows you to take advantage of your database or container's idle throughput capacity to handle spikes of traffic. With burst capacity, each physical partition can accumulate up to 5 minutes of idle capacity, which can be consumed at a rate up to 3000 RU/s. With burst capacity, requests that would have otherwise been rate limited can now be served with burst capacity while it's available.
1819

19-
Burst capacity applies only to Azure Cosmos DB accounts using provisioned throughput (manual and autoscale) and doesn't apply to serverless containers. The feature is configured at the Azure Cosmos DB account level and will automatically apply to all databases and containers in the account that have physical partitions with less than 3000 RU/s of provisioned throughput. Resources that have greater than or equal to 3000 RU/s per physical partition won't benefit from or be able to use burst capacity.
20+
Burst capacity applies only to Azure Cosmos DB accounts using provisioned throughput (manual and autoscale) and doesn't apply to serverless containers. The feature is configured at the Azure Cosmos DB account level and automatically applies to all databases and containers in the account that have physical partitions with less than 3000 RU/s of provisioned throughput. Resources that have greater than or equal to 3000 RU/s per physical partition can't benefit from or use burst capacity.
2021

2122
## How burst capacity works
2223

@@ -31,9 +32,9 @@ After the 10 seconds is over, the burst capacity has been used up. If the worklo
3132

3233
To get started using burst capacity, navigate to the **Features** page in your Azure Cosmos DB account. Select and enable the **Burst Capacity (preview)** feature.
3334

34-
Before enabling the feature, verify that your Azure Cosmos DB account(s) meet all the [preview eligibility criteria](#limitations-preview-eligibility-criteria). Once you've enabled the feature, it will take 15-20 minutes to take effect.
35+
Before enabling the feature, verify that your Azure Cosmos DB account(s) meet all the [preview eligibility criteria](#limitations-preview-eligibility-criteria). Once you've enabled the feature, it takes 15-20 minutes to take effect.
3536

36-
:::image type="content" source="media/burst-capacity/burst-capacity-enable-feature.png" alt-text="Screenshot of Burst Capacity feature in Preview Features page in Subscriptions overview in Azure portal.":::
37+
:::image type="content" source="media/burst-capacity/burst-capacity-enable-feature.png" alt-text="Screenshot of Burst Capacity feature in the Features page in Subscriptions overview in Azure portal.":::
3738

3839
## Limitations (preview eligibility criteria)
3940

@@ -47,5 +48,3 @@ To enroll in the preview, your Azure Cosmos DB account must meet all the followi
4748
- See the FAQ on [burst capacity.](burst-capacity-faq.yml)
4849
- Learn more about [provisioned throughput.](set-throughput.md)
4950
- Learn more about [request units.](request-units.md)
50-
- Trying to decide between provisioned throughput and serverless? See [choose between provisioned throughput and serverless.](throughput-serverless.md)
51-
- Want to learn the best practices? See [best practices for scaling provisioned throughput.](scaling-provisioned-throughput-best-practices.md)

0 commit comments

Comments
 (0)