Azure function : No job functions found
Got this error message, trying to get test my function locally on my Windows machine,
The fix is to add the following property to your csproj files.
For some reason, running func host start on Windows, will not make your function visible.
On Linux it is fine.
So I created a empty solution, add in my functions and then press F5 and it works.
Comments