Newly created durable function with default code in azure portal returns 404 not found while running

Sangamesh Hallur 6 Reputation points
2023-01-04T09:25:29.847+00:00

276151-httpstarterfunction-input.png276108-httpstarterfunction-output.png276161-orchestratorfunction.png276132-hello-activityfunction.pngHello Team,

I have created durable functions with below function names
Orchestration starter function - HttpStarterFunction
Orchestrator function - OrchestratorFunction
Activity function - Hello

while running HttpStarterFunction from azure portal I am passing functionName parameter as OrchestratorFunction (Orchestrator function) but its returns 404 not found. What could be the issue here?

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

1 answer

Sort by: Most helpful
  1. Greg Jackman 0 Reputation points
    2023-01-11T18:05:46.6633333+00:00

    Hi @MuthuKumaranMurugaachari-MSFT - I am having exactly the same issue as this. I followed the "First Durable Function" guide ([https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-create-first-csharp) to the letter and I end up with an unresponsive function app ... always giving out 404 from Postman, Chrome, or direct testing through Azure Portal.

    Please would you be able to update this thread with any resolution you come to with Sangamesh?

    Many thanks, Greg


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.