Skip to content

Commit 0a4f934

Browse files
committed
Add tab endings
1 parent 678f538 commit 0a4f934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The following example shows a warmup trigger [JavaScript function](functions-ref
8888

8989
:::code language="javascript" source="~/azure-functions-nodejs-v4/js/src/functions/warmupTrigger1.js" :::
9090

91+
---
92+
9193
# [Model v3](#tab/nodejs-v3)
9294

9395
The following example shows a warmup trigger in a *function.json* file and a [JavaScript function](functions-reference-node.md) that runs on each new instance when added to your app.
@@ -116,6 +118,8 @@ module.exports = async function (warmupContext, context) {
116118
};
117119
```
118120

121+
---
122+
119123
::: zone-end
120124
::: zone pivot="programming-language-typescript"
121125
# [Model v4](#tab/nodejs-v4)

0 commit comments

Comments
 (0)