How to trace end to end transaction in logic app to Azure function.

Baharul Islam 216 Reputation points
2022-02-27T06:46:18.487+00:00

Hi Experts,

We have few Azure Integration services deployed using Logic App, Function & API management. One transaction have below flow

Logic App--> API-M--> Function --> (External Partner)

We are facing intermittent error in function to call external partner API. Now question is how can extract end to end transaction from Logic APP to Function using some ? Is there can be report /logic to extract all transaction that entered in logic APP to get corresponding transaction in function ?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,750 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,257 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
0 comments No comments
{count} votes

Accepted answer
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2022-02-28T13:43:55.9+00:00

    @Baharul Islam ,

    Thanks for reaching out to the Q&A forum.

    I would suggest you enable application insights at Logic app and function app (same app insights resource for both the apps) and look at the Transaction search blade in the Application insights resource. You will be able to see end-end transaction results. This will be helpful for you, however, you won't be able to correlate the exact logic app run and function invocation. You will have to rely on the timeframe of the requests.

    178450-transaction.png

    Timeframe:

    178430-image.png

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful