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: articles/cosmos-db/nosql/troubleshoot-bad-request.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ A response with this error means you are executing an operation and passing a pa
47
47
### Solution
48
48
Send the partition key value parameter that matches the document property value.
49
49
50
-
## <aname="partition-key-value-precision-loss"></a>Numeric partition key value precision loss
50
+
## Numeric partition key value precision loss
51
51
On this scenario, it's common to see errors like:
52
52
53
53
*The requested partition key is out of key range, possibly because of loss of precision of partition key value*
54
54
55
-
A response with this error is likely to be caused by an operation on a document with a numeric partition key whose value is outside what is supported by Azure Cosmos DB. Refer [Per-item limits](https://learn.microsoft.com/en-us/azure/cosmos-db/concepts-limits#per-item-limits) for the maximum length of numeric property value.
55
+
A response with this error is likely to be caused by an operation on a document with a numeric partition key whose value is outside what is supported by Azure Cosmos DB. Refer [Per-item limits](/azure/cosmos-db/concepts-limits#per-item-limits) for the maximum length of numeric property value.
56
56
57
57
### Solution
58
-
Consider using type `string` for partition key.
58
+
Consider using type `string` for partition key if requiring precise numeric values.
59
59
60
60
## Next steps
61
61
*[Diagnose and troubleshoot](troubleshoot-dotnet-sdk.md) issues when you use the Azure Cosmos DB .NET SDK.
0 commit comments