Skip to content

Commit 521b131

Browse files
Merge pull request #234458 from ggailey777/patch-12
[Bug] fix attribute name for isolated
2 parents 5d3914a + 3d2fa6b commit 521b131

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)