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.
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.
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.
7 people are following this question.