No job functions found. Try making your job classes and methods public.

ggonong 11 Reputation points
2022-10-21T09:53:56.733+00:00

Hi

Creating a function app for isolated process.

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.).

Not sure why, did I miss something here.

Cheers,

Code are attached.

252984-func-code.png252954-csproj.png252907-localsetting-code.png252992-progarm-code.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,937 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ggonong 11 Reputation points
    2022-10-24T21:03:13.297+00:00

    Thanks @MuthuKumaranMurugaachari-MSFT

    I've found out that the project was build with a dotnet framework runtime. Once I created a new isolated (dotnet-isolated) project and use the same code and references it started working.

    One thing that I found out though when deployed to Azure, is that I can't do a Test/Run in the portal. But it can be triggered by Logic App. Do not know if this is a behavior of a non-isolated function app

    253663-image.png.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.