Azure Functions - Internal server error(500)

vinothraj n 1 Reputation point
2020-07-17T06:05:28.933+00:00

I am using azure functions(durable function) to split the large amount of records as batch in logic apps. Logic app will run for every 30 minutes, sometimes logic app failed in split function step with "Internal server error". I have tried added retry after options as well, still it fails.

Followed this article for fix but still it fails : https://medium.com/@jeffhollan/calling-long-running-functions-from-logic-apps-6d7ba5044701(Refer : Calling with polling — Durable Async Orchestrator section, my durable function similar like this https://github.com/jeffhollan/functions-long-running-logicapps/blob/master/HttpToDurable/HttpTrigger.cs)

Any idea to solve this error ?

12795-capture.jpg

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 69,971 Reputation points
    2020-07-28T09:39:07.89+00:00

    Troubleshot the issue offline and found that 500 error was coming from function app as there was Null exception with the one of the parameter communicating to the storage account. Review the code and provided a suggestion to fix it.

    Please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.

    3 people found this answer helpful.
    0 comments No comments