0

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.

3
  • Can you reach your Azure Function out of the Logic App context ? Did you configure CORS aspects on Azure Function ? Commented Feb 16, 2017 at 15:31
  • Yes, I can trigger the Azure function and it runs in few seconds successfully. No, I did not configure CORS aspects on any function. Commented Feb 16, 2017 at 16:00
  • Have a look to the CORS parameters of your azure function. Commented Feb 16, 2017 at 16:10

2 Answers 2

1

There was an issue with a new deployment of Azure Functions that caused a small number of Logic App customers to run into timeouts. The build has been reverted, so you should no longer be seeing this issue.

Note that if your Function App is continually running (i.e. never idling), you may need to restart the Function App to mitigate the issue.

Sign up to request clarification or add additional context in comments.

Comments

0

Azure Logic App requires that the CORS functionnality of the Azure Function to be configured.

You should check this link : Azure Functions Settings.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.