An Azure service that provides an event-driven serverless compute platform.
@buyani.mhlongo Thanks for your patience on this. I have summarized our offline conversation and posting it as answer.
- Instead of using the built-in Azure functions connector customer has started calling the functions using the http action.
- Post adding the HTTP request action the logic app is getting failed. upon deeper investigations we see that request is getting timed out. As, mentioned in the documentation here in consumption logic apps the HTTP request has a time out value of 120 sec.
- For longer running operations, I recommend you use an asynchronous polling pattern or an "Until" loop. To work around timeout limits when you call another workflow that has a callable endpoint, you can use the built-in Azure Logic Apps action instead, which you can find in the designer's operation picker under Built-in. You will have two logic app one which will be http webhook calling your main HTTP request and the existing one which call your webhook with the until condition. Please refer to this for more details.
Feel free to reach back to me if you have any further questions on this.