How to run the Durable Functions Http Start at Azure Portal

Phu Nguyen 20 Reputation points
2023-10-20T03:02:38.35+00:00

Hi guys,

I just try to run my first Durable Functions at Azure Portal.

I made 3 durable functions:

  • Durable Functions HTTP starter
  • Durable Functions orchestrator
  • Durable Functions activity

And I installed package durable-functions like the guideline. After that, I restart my function app to make sure it works.

Finally, I run the Durable Functions HTTP starter.

But I got the issue, it seems related to environment issue.

Capture1

I checked file getClient.js in Kudu, it seems the context not include the property 'extraInputs' ??

So does anyone have experience with this issue? Please help me, thanks.

Capture2

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

Accepted answer
  1. MikeUrnun 9,777 Reputation points Moderator
    2023-10-25T00:04:37.87+00:00

    Hello @Phu Nguyen - Thanks for reaching out. In your HTTP Starter client function, could you verify if you're specifying the extraInputs as follows? https://github.com/Azure/azure-functions-durable-js/blob/v3.x/samples-js/functions/httpStart.js#L6


    Please "Accept Answer" if the answer is helpful so that others in the community may benefit from your experience.


0 additional answers

Sort by: Most 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.