Logic App - Response timeout issue

Vivek Komarla Bhaskar 956 Reputation points
2023-01-19T11:25:31.47+00:00

Hi,

The logic app communicates with the API management service and retrieves information from the Synapse database.

I sometimes get Response timeout errors for some reason. How can I increase the timeout value so that I can avoid this issue from occurring in the future?

Screenshot 2023-01-19 at 11.25.02 am

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

2 answers

Sort by: Most helpful
  1. Deepthi Murali 21 Reputation points
    2023-01-19T12:13:07.1666667+00:00

    Hi Vivek,

    You can increase the timeout in API Management by setting the below policy:

    <backend>
            <forward-request timeout="300" />
    </backend> 
    
    0 comments No comments

  2. Sonny Gillissen 3,996 Reputation points Volunteer Moderator
    2023-01-19T12:54:11.7633333+00:00

    Did it start today? I'm experiencing the exact same issues on my APIM's, so I think there is some issue with the underlying infrastructure. I'm checking it now, and otherwise going to log a ticket at Microsoft.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.