Skip to content

Commit 90bdd06

Browse files
committed
Increasing acrolinx
1 parent 1f9677d commit 90bdd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/nosql/how-to-configure-cosmos-db-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Once enabled, there are four levels of log events that will be emitted:
5050
* When there are transient connectivity issues preventing the trigger from interacting with the Azure Cosmos DB account. The trigger will retry these [transient connectivity errors](troubleshoot-dotnet-sdk-request-timeout.md) but if they extend for a long period of time, there could be a network problem. You can enable Debug level traces to obtain the Diagnostics from the underlying Azure Cosmos DB SDK.
5151

5252
* Information:
53-
* When a lease is taken to another instance - During initialization and when the Function scales, the leases can be rebalanced to another instance. If you customized the acquire or expiration intervals, this can also indicate that the values might be inappropriate (the expiration interval is lower than renewal) and should be fixed.
53+
* When a lease is taken to another instance - During initialization and when the Function scales, the leases can be rebalanced to another instance. If you customized the acquire or expiration intervals, it can also indicate that the values might be inappropriate (the expiration interval is lower than renewal).
5454

5555
* Debug:
5656
* When a lease is acquired by an instance - The current instance will start processing the Change Feed for the lease.

0 commit comments

Comments
 (0)