Skip to content

Commit 61ebea1

Browse files
authored
Merge pull request #207965 from ggailey777/patch-1
[Functions] Fix pivot-specific note in Cosmos trigger
2 parents b47e307 + b985f05 commit 61ebea1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 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).
381381
::: zone-end
382-
::: zone pivot="programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python"
383-
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).
385+
::: zone-end
386+
::: zone pivot="programming-language-javascript,programming-language-powershell,programming-language-python"
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)