Skip to content

Commit 6a1166b

Browse files
authored
Update articles/cosmos-db/nosql/troubleshoot-bad-request.md
1 parent ba2e278 commit 6a1166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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](/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. See [Per-item limits](/azure/cosmos-db/concepts-limits#per-item-limits) for the maximum length of numeric property value.
5656

5757
### Solution
5858
Consider using type `string` for partition key if requiring precise numeric values.

0 commit comments

Comments
 (0)