@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.
- Create an AAD application and by using HTTP action call your endpoint to generate the access token.
- 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.