How to increase managed api connection timeout in azure logic apps?

Vijay Krishnamoorthy 11 Reputation points
2023-06-07T15:15:19.4833333+00:00

I have a standard logic app workflow which is calling an on-premise API through the managed connector - "HTTP with Azure AD".

This connector is configured with data gateway as well.

It is getting timeout error when the API takes more than 2 minutes to return response.

Tried to increase the timeout of this connector by following this - https://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings?tabs=azure-portal#managed-connector-operations

It has no impact at all.

Can anyone help with any suggestions?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,111 Reputation points Microsoft Employee Moderator
    2023-06-08T06:22:01.3566667+00:00

    @Vijay Krishnamoorthy Thank you for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Unfortunately, you cannot increase the timeout value for HTTP with Azure AD connector and the documentation that you are referring in the above are related to built-in connector runtime configuration settings which are not applicable to this Managed connector (Azure).

    Alternatively, you can create a custom solution by using built-in HTTP connector in your workflow.

    1. Create an AAD application and by using HTTP action call your endpoint to generate the access token.
    2. Now pass this generated token to access to your new http action with configure/calling endpoint.

    Feel free to reach back to me if you have any further questions on this.


Your answer

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