Skip to content

Commit 684b71a

Browse files
authored
Update stream-analytics-define-outputs.md
1 parent 7b132fe commit 684b71a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/stream-analytics/stream-analytics-define-outputs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,7 @@ The following table describes the properties for creating an Azure Cosmos DB out
242242
| Account ID | The name or endpoint URI of the Azure Cosmos DB account. |
243243
| Account key | The shared access key for the Azure Cosmos DB account. |
244244
| Database | The Azure Cosmos DB database name. |
245-
| Collection name pattern | The collection name or the pattern for the collections to be used. <br />You can construct the collection name format by using the optional {partition} token, where partitions start from 0. Two examples: <br /><ul><li> _MyCollection_: One collection named "MyCollection" must exist.</li> <li> _MyCollection{partition}_: Based on the partitioning column.</li></ul> The partitioning column collections must exist: "MyCollection0," "MyCollection1," "MyCollection2," and so on. |
246-
| Partition key | Optional. You need this only if you're using a {partition} token in your collection name pattern.<br /> The partition key is the name of the field in output events that's used to specify the key for partitioning output across collections.<br /> For single collection output, you can use any arbitrary output column. An example is PartitionId. |
245+
| Collection name | Name of the collection in Azure Cosmos DB. Azure Cosmos DB unlimited containers are the recommended approach for partitioning your data, as Azure Cosmos DB automatically scales partitions based on your workload. |
247246
| Document ID |Optional. The name of the field in output events that's used to specify the primary key on which insert or update operations are based.
248247

249248
## Azure Functions

0 commit comments

Comments
 (0)