Skip to content

Commit a32c753

Browse files
authored
Merge pull request #53289 from gjcampbell/patch-1
consistency
2 parents ac8b0d8 + 1a8c222 commit a32c753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ No additional information is provided to a warmup triggered function when it is
236236
## Trigger - limits
237237

238238
* The warmup trigger is only available to apps running on the [Premium plan](./functions-premium-plan.md).
239-
* The warmup trigger is only called during scale up operations, not during restarts or other non-scale startups. You must ensure your logic can load all necessary dependencies without using the warmup trigger. Lazy loading is a good pattern to achieve this.
239+
* The warmup trigger is only called during scale-out operations, not during restarts or other non-scale startups. You must ensure your logic can load all necessary dependencies without using the warmup trigger. Lazy loading is a good pattern to achieve this.
240240
* The warmup trigger cannot be invoked once an instance is already running.
241241
* There can only be one warmup trigger function per function app.
242242

0 commit comments

Comments
 (0)