Relative Content

Tag Archive for azureazure-logic-appsazure-api-management

Increasing the connection Timeout time for Azure APIM connector in logic app

We have a logic app which uses Azure APIM connector to call a API in azure API management instance that call one of the backend service. Sometime when our backend server is too busy it takes few seconds to return a response. But it process the request and create the records in out backend. In the logic app side it fails the request and send another request to API management endpoint because of the retry policy that we have for the call APIM action (Default). This creates duplicate records in our backend. In API management logs I can see the initial request has been failed “Client connection was unexpectedly closed” error. Is there any way to in increase the wait time of the APIM connector in the logic apps?