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.


    netcoreapp2.1
    v2
 

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

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type