Skip to content

Commit 3d2fa6b

Browse files
authored
1 parent 5d3914a commit 3d2fa6b

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
@@ -251,7 +251,7 @@ The following considerations apply to using a warmup function in C#:
251251

252252
# [Isolated process](#tab/isolated-process)
253253

254-
- Your function must be named `warmup` (case-insensitive) using the `FunctionName` attribute.
254+
- Your function must be named `warmup` (case-insensitive) using the `Function` attribute.
255255
- A return value attribute isn't required.
256256
- You can pass an object instance to the function.
257257

0 commit comments

Comments
 (0)