Skip to content

Commit 9a7cfbd

Browse files
authored
Merge pull request #215417 from ealsur/users/ealsur/triggerproperties
Fixing output bindings
2 parents 5a1d1f3 + 65d6eb9 commit 9a7cfbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-cosmosdb-output-attributes-v4.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 02/08/2022
5+
ms.date: 10/21/2022
66
ms.author: glenga
77
---
88
|Attribute property | Description|
99
|---------|----------------------|
10-
|**ConnectionStringSetting** | The name of an app setting or setting collection that specifies how to connect to the Azure Cosmos DB account being monitored. For more information, see [Connections](#connections).|
10+
|**Connection** | The name of an app setting or setting collection that specifies how to connect to the Azure Cosmos DB account being monitored. For more information, see [Connections](#connections).|
1111
|**DatabaseName** | The name of the Azure Cosmos DB database with the container being monitored. |
12-
|**containerName** | The name of the container being monitored. |
12+
|**ContainerName** | The name of the container being monitored. |
1313
|**CreateIfNotExists** | A boolean value to indicate whether the container is created when it doesn't exist. The default is *false* because new containers are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**PartitionKey**| When `CreateIfNotExists` is true, it defines the partition key path for the created container. May include binding parameters.|
1515
|**ContainerThroughput** | When `CreateIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |

0 commit comments

Comments
 (0)