Share via

Azure Logic Apps

buyani.mhlongo 30 Reputation points
2023-12-11T12:33:45.25+00:00

After adding my Azure Function in logic app does not show actions that are part of azure function I see message "We couldn't find any actions"

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.


1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,251 Reputation points Microsoft Employee Moderator
    2023-12-12T08:23:45.27+00:00

    @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.

    MicrosoftTeams-image (17)

    • 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.

    Was this answer helpful?

    0 comments No comments

Your answer

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