Skip to content

Commit ed6c8f8

Browse files
Update articles/stream-analytics/stream-analytics-documentdb-output.md
Co-Authored-By: Mary McCready <[email protected]>
1 parent 8e548cb commit ed6c8f8

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
@@ -59,7 +59,7 @@ If you want to save *all* documents, including the ones that have a duplicate ID
5959
Azure Cosmos DB automatically scales partitions based on your workload. So we recommend [unlimited](../cosmos-db/partition-data.md) containers as the approach for partitioning your data. When Stream Analytics writes to unlimited containers, it uses as many parallel writers as the previous query step or input partitioning scheme.
6060

6161
> [!NOTE]
62-
> At this time, Azure Stream Analytics supports only unlimited containers with partition keys at the top level. For example, `/region` is supported. Nested partition keys (for example, `/region/name`) are not supported.
62+
> Azure Stream Analytics supports only unlimited containers with partition keys at the top level. For example, `/region` is supported. Nested partition keys (for example, `/region/name`) are not supported.
6363
6464
Depending on your choice of partition key, you might receive this _warning_:
6565

0 commit comments

Comments
 (0)