I have a Logic App that calls different Azure Functions through generic webhook.
Till yesterday, the Logic App was working fine but today, I am noticing logic app is failing randomly. Some runs fails on function "A" and some runs fails on function "B". Error message of failure is same for every run. Following is the error message.
REASON
Code
BadRequest
Message
Http request failed: the timeout was reached.
I have also tried by cloning the Logic App but error is still there.