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

The specified initialization vector (IV) does not match the block size for this algorithm