Skip to content

Commit 76133f8

Browse files
committed
update troubleshooting
1 parent 002cc59 commit 76133f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-node-upgrade-v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ The http request and response types are now a subset of the [fetch standard](htt
327327
328328
## Troubleshooting
329329
330-
If you see the following error, make sure you're using the minimum versions required of all [requirements](#requirements):
330+
If you see the following error, make sure you [set the `EnableWorkerIndexing` flag](./functions-reference-node.md#enable-v4-programming-model) and you're using the minimum version of all [requirements](#requirements):
331331
332332
> No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).

0 commit comments

Comments
 (0)