Skip to content

Commit 1bc0ac9

Browse files
(AzureCXP) Adding more info
There is change of name for the connection_string_setting param to connection for v4 functions. Added the missing information
1 parent 5743bb6 commit 1bc0ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This article supports both programming models.
3737
::: zone-end
3838
## Example
3939

40-
Unless otherwise noted, examples in this article target version 3.x of the [Azure Cosmos DB extension](functions-bindings-cosmosdb-v2.md). For use with extension version 4.x, you need to replace the string `collection` in property and attribute names with `container`.
40+
Unless otherwise noted, examples in this article target version 3.x of the [Azure Cosmos DB extension](functions-bindings-cosmosdb-v2.md). For use with extension version 4.x, you need to replace the string `collection` in property and attribute names with `container` and `connection_string_setting` with `connection`.
4141

4242
::: zone pivot="programming-language-csharp"
4343

0 commit comments

Comments
 (0)