An Azure service that automates the access and use of data across clouds without writing code.
Just a follow-up to my initial question. I ended up moving my project over to a function app (powershell) to allow for more granular control.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm struggling finding the documentation on this. From googling, it sounds like HTTP steps in logic apps have a 2 minute timeout. Is it possible to overwrite that and use a smaller timeout? For example 30 seconds.
If I click the 3 dots on this particular HTTP step, and select settings, I see this option:
But I'm pretty sure that's not the option I need. Basically if this HTTP GET does not respond within 30 seconds, I want it to fail immediately.
An Azure service that automates the access and use of data across clouds without writing code.
Just a follow-up to my initial question. I ended up moving my project over to a function app (powershell) to allow for more granular control.
Hello @EJ Marmonti - Yes, the option shown in the screenshot above is for controlling the duration between Retries and isn't the right setting if you're looking to decrease the timeout duration for the initial request itself; and it doesn't seem possible to change this timeout of the HTTP connector if you're running on the Logic Apps Consumption SKU.
However, if you're running on the Logic Apps Standard SKU instead, it is possible to change the timeout value by editing the following settings in the host.json file: https://learn.microsoft.com/en-us/azure/logic-apps/edit-app-settings-host-settings?tabs=visual-studio-code#http-operations
For reference, the documentation where we discuss limitations in greater context & any supplemental information around them is as follows: https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=azure-portal#timeout-duration
I hope this helps. Let me know if you have any further questions.
-------------------------------------------------------------------------------
Please consider contributing to MS Q&A by marking 'Accepted Answer' and ‘Upvoting’ as applicable.