Skip to content

Commit d532d03

Browse files
jcocchiggailey777
andauthored
Update articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent 5e17df0 commit d532d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-cosmosdb-v2-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Use the `@CosmosDBTrigger` annotation on parameters that read data from Azure Co
406406
|Attribute property | Description|
407407
|---------|----------------------|
408408
|**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).|
409-
|**name** | The name of the variable used in function.json. |
409+
|**name** | The name of the function. |
410410
|**databaseName** | The name of the Azure Cosmos DB database with the container being monitored. |
411411
|**containerName** | The name of the container being monitored. |
412412
|**leaseConnectionStringSetting** | (Optional) The name of an app setting or setting collection that specifies how to connect to the Azure Cosmos DB account that holds the lease container. <br><br> When not set, the `Connection` value is used. This parameter is automatically set when the binding is created in the portal. The connection string for the leases container must have write permissions.|

0 commit comments

Comments
 (0)