Skip to content

Commit 8e548cb

Browse files
committed
incorporating feedback
1 parent b1e7a55 commit 8e548cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/stream-analytics/stream-analytics-documentdb-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Azure Cosmos DB automatically scales partitions based on your workload. So we re
6363
6464
Depending on your choice of partition key, you might receive this _warning_:
6565

66-
"CosmosDB Output contains multiple rows and just one row per partition key. If the output latency is higher than expected, consider choosing a partition key that contains at least several hundred records per partition key."
66+
`CosmosDB Output contains multiple rows and just one row per partition key. If the output latency is higher than expected, consider choosing a partition key that contains at least several hundred records per partition key.`
6767

6868
It's important to choose a partition key property that has a number of distinct values, and that lets you distribute your workload evenly across these values. As a natural artifact of partitioning, requests that involve the same partition key are limited by the maximum throughput of a single partition.
6969

0 commit comments

Comments
 (0)