Skip to content

Commit ed64b04

Browse files
authored
Merge pull request #206350 from Clare-Zheng82/0729_Update_Cosmos_DB_TSG_doc
Add new TSG to Azure Cosmos DB connector TSG doc
2 parents 2f33147 + e275285 commit ed64b04

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/data-factory/connector-troubleshoot-azure-cosmos-db.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jianleishen
66
ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: troubleshooting
9-
ms.date: 10/01/2021
9+
ms.date: 07/29/2022
1010
ms.author: jianleishen
1111
ms.custom: has-adal-ref, synapse
1212
---
@@ -89,6 +89,14 @@ Azure Cosmos DB calculates RUs, see [Request units in Azure Cosmos DB](../cosmos
8989

9090
- **Recommendation**: To check the error details, see [Azure Cosmos DB help document](../cosmos-db/troubleshoot-dot-net-sdk.md). For further help, contact the Azure Cosmos DB team.
9191

92+
## Error code: CosmosDbSqlApiPartitionKeyExceedStorage
93+
94+
- **Message**: `The size of data each logical partition can store is limited, current partitioning design and workload failed to store more than the allowed amount of data for a given partition key value.`
95+
96+
- **Cause**: The data size of each logical partition is limited, and the partition key reached the maximum size of your logical partition.
97+
98+
- **Recommendation**: Check your Azure Cosmos DB partition design. For more information, see [Logical partitions](../cosmos-db/partitioning-overview.md#logical-partitions).
99+
92100
## Next steps
93101

94102
For more troubleshooting help, try these resources:

0 commit comments

Comments
 (0)