Function App is Failing with 500 errors

Vivek Bezavada 306 Reputation points Microsoft Employee
2021-03-29T18:11:16.11+00:00

My function is failing to complete, and the error message says:

  • Error with Payload, since json file could not be valid.
  • Error accessing storage account where the queue is accessed.

The error is a HTTP 500 status error.

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

Accepted answer
  1. brtrach-MSFT 15,171 Reputation points Microsoft Employee
    2021-03-29T18:38:13.797+00:00

    This behavior can occur of your Function app CPU/memory are normal but there is high storage latency. By increasing the timeout value, you can provide your Function additional time to see if the latency issues will resolve and prevent a timeout. You can increase the functionTimeout property in the host.json project file to be a longer value than currently set. For more information on the timeout values, please see here.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful