Skip to content

Commit 8d93d38

Browse files
Merge pull request #254261 from richagaur/richagaur/serverless-doc-updates
updated limits and added DR guidance
2 parents 18196cc + 3fc84ee commit 8d93d38

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ Depending on the current RU/s provisioned and resource settings, each resource c
8888
| --- | --- |
8989
| Maximum RU/s per container | 20,000* |
9090
| Maximum storage across all items per (logical) partition | 20 GB |
91-
| Maximum storage per container (API for NoSQL, MongoDB, Table, and Gremlin)| 1 TB |
92-
| Maximum storage per container (API for Cassandra)| 1 TB |
91+
| Maximum storage per container | 1 TB |
9392

9493
*Maximum RU/sec availability is dependent on data stored in the container. See, [Serverless Performance](serverless-performance.md)
9594

@@ -152,11 +151,9 @@ Here's a list of limits per account.
152151

153152
| Resource | Limit |
154153
| --- | --- |
155-
| Maximum number of databases and containers per account | 100¹ |
154+
| Maximum number of databases and containers per account | 500 |
156155
| Maximum number of regions | 1 (Any Azure region) |
157156

158-
¹ You can increase any of these per-account limits by creating an [Azure Support request](create-support-request-quota-increase.md).
159-
160157
## Per-container limits
161158

162159
Depending on which API you use, an Azure Cosmos DB container can represent either a collection, a table, or graph. Containers support configurations for [unique key constraints](unique-keys.md), [stored procedures, triggers, and UDFs](stored-procedures-triggers-udfs.md), and [indexing policy](how-to-manage-indexing-policy.md). The following table lists the limits specific to configurations within a container.

articles/cosmos-db/serverless.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ You can monitor consumption by viewing a chart in your Azure Cosmos DB account i
6464

6565
You can use the same [chart in Azure Monitor](monitor-request-unit-usage.md). When you use Azure Monitor, you can set up [alerts](../azure-monitor/alerts/alerts-metric-overview.md) so that you're notified when your RU consumption passes a threshold that you set.
6666

67+
## High availability
68+
69+
Azure Cosmos DB serverless extends high availability support with availability zones in [designated regions](../../articles/reliability/availability-zones-service-support.md#azure-regions-with-availability-zone-support). The associated Service Level Agreements (SLAs) are aligned with the [Single-region writes with availability zone](../../articles/cosmos-db/high-availability.md#slas) configuration, ensuring reliability for your deployments.
70+
71+
6772
## Next steps
6873

6974
To get started with using the serverless pricing option in Azure Cosmos DB, review the following articles:

0 commit comments

Comments
 (0)