Skip to content

Commit 250bc0f

Browse files
Merge pull request #282036 from PesalaPavan/patch-31
(AzureCXP) fixes MicrosoftDocs/azure-docs#288381
2 parents c6cbf95 + 01dda83 commit 250bc0f

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)