"No job functions found." reported when jobs are there + Functions tab empty
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
This is functions 4.1.3.17473
Sometimes:
1. Application Insights reports the following Warning: `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.).` with category: Host.Startup
2. The Functions tab shows no functions
I haven't been able to pinpoint what triggers this error. I have experienced situations that without an obvious reason (so no deployment, no restart, no new requests) the Function tab starts displaying the functions after it was empty.
This seems to affect function apps with Http and EventHub triggers.
The classes containing the Run methods are public and the Run method is decorated with `[FunctionName("MyAmazingFunction")]`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.