Skip to content

Commit 7c54d76

Browse files
Not Note 📑
1 parent ab6e188 commit 7c54d76

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
@@ -30,7 +30,7 @@ The warmup trigger lets you define a function that will be run on an instance wh
3030

3131
The warmup trigger is intended to create shared dependencies that will be used by the other functions in your app. [See examples of shared dependencies here](./manage-connections.md#client-code-examples).
3232

33-
Not that 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.
33+
Note that 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.
3434

3535
## Trigger - example
3636

0 commit comments

Comments
 (0)