Skip to content

Commit 6e3ec6d

Browse files
authored
1 parent 4fae9f1 commit 6e3ec6d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,13 @@ The trigger requires a second collection that it uses to store _leases_ over the
377377

378378
::: zone pivot="programming-language-csharp"
379379
>[!IMPORTANT]
380-
> If multiple functions are configured to use a Cosmos DB trigger for the same collection, each of the functions should use a dedicated lease collection or specify a different `LeaseCollectionPrefix` for each function. Otherwise, only one of the functions will be triggered. For information about the prefix, see the [Configuration section](#configuration).
380+
> If multiple functions are configured to use a Cosmos DB trigger for the same collection, each of the functions should use a dedicated lease collection or specify a different `LeaseCollectionPrefix` for each function. Otherwise, only one of the functions is triggered. For information about the prefix, see the [Attributes section](#attributes).
381+
::: zone-end
382+
::: zone pivot="programming-language-java"
383+
>[!IMPORTANT]
384+
> If multiple functions are configured to use a Cosmos DB trigger for the same collection, each of the functions should use a dedicated lease collection or specify a different `leaseCollectionPrefix` for each function. Otherwise, only one of the functions is triggered. For information about the prefix, see the [Annotations section](#annotations).
381385
::: zone-end
382386
::: zone pivot="programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python"
383-
384387
>[!IMPORTANT]
385388
> If multiple functions are configured to use a Cosmos DB trigger for the same collection, each of the functions should use a dedicated lease collection or specify a different `leaseCollectionPrefix` for each function. Otherwise, only one of the functions will be triggered. For information about the prefix, see the [Configuration section](#configuration).
386389
::: zone-end

0 commit comments

Comments
 (0)