Skip to content

Commit f005d77

Browse files
Merge pull request #267393 from MayankBargali-MSFT/patch-110
(AzureCXP) Adding more info
2 parents 9064958 + 1bc0ac9 commit f005d77

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)