Skip to content

Commit b985f05

Browse files
authored
Fix java pivot on note
1 parent 6e3ec6d commit b985f05

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
@@ -383,7 +383,7 @@ The trigger requires a second collection that it uses to store _leases_ over the
383383
>[!IMPORTANT]
384384
> 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).
385385
::: zone-end
386-
::: zone pivot="programming-language-java,programming-language-javascript,programming-language-powershell,programming-language-python"
386+
::: zone pivot="programming-language-javascript,programming-language-powershell,programming-language-python"
387387
>[!IMPORTANT]
388388
> 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).
389389
::: zone-end

0 commit comments

Comments
 (0)