We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d3914a + 3d2fa6b commit 521b131Copy full SHA for 521b131
articles/azure-functions/functions-bindings-warmup.md
@@ -251,7 +251,7 @@ The following considerations apply to using a warmup function in C#:
251
252
# [Isolated process](#tab/isolated-process)
253
254
-- Your function must be named `warmup` (case-insensitive) using the `FunctionName` attribute.
+- Your function must be named `warmup` (case-insensitive) using the `Function` attribute.
255
- A return value attribute isn't required.
256
- You can pass an object instance to the function.
257
0 commit comments