Skip to content

Commit ba2e278

Browse files
asasidharanmsealsurCourt72
authored
Apply suggestions from code review
Co-authored-by: Matias Quaranta <[email protected]> Co-authored-by: Courtney Wales <[email protected]>
1 parent 8a89a3c commit ba2e278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/nosql/troubleshoot-bad-request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ A response with this error means you are executing an operation and passing a pa
4747
### Solution
4848
Send the partition key value parameter that matches the document property value.
4949

50-
## <a name="partition-key-value-precision-loss"></a>Numeric partition key value precision loss
50+
## Numeric partition key value precision loss
5151
On this scenario, it's common to see errors like:
5252

5353
*The requested partition key is out of key range, possibly because of loss of precision of partition key value*
5454

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.
5656

5757
### Solution
58-
Consider using type `string` for partition key.
58+
Consider using type `string` for partition key if requiring precise numeric values.
5959

6060
## Next steps
6161
* [Diagnose and troubleshoot](troubleshoot-dotnet-sdk.md) issues when you use the Azure Cosmos DB .NET SDK.

0 commit comments

Comments
 (0)