Skip to content

Commit 01dda83

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#288381
Updated line no:433 from "It will not trigger again if there is an outstanding invocation is still running" to "It will not trigger again if there is an outstanding invocation still running"
1 parent 2298855 commit 01dda83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-timer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ Expressed as a string, the `TimeSpan` format is `hh:mm:ss` when `hh` is less tha
430430

431431
### Scale-out
432432

433-
If a function app scales out to multiple instances, only a single instance of a timer-triggered function is run across all instances. It will not trigger again if there is an outstanding invocation is still running.
433+
If a function app scales out to multiple instances, only a single instance of a timer-triggered function is run across all instances. It will not trigger again if there is an outstanding invocation still running.
434434

435435
### Function apps sharing Storage
436436

0 commit comments

Comments
 (0)