How to do Custom Logging(wiretap) in azure logic Apps?

manu 41 Reputation points
2021-06-08T21:28:52.447+00:00

How do i implement Logging/debugging/wiretap in Logic Apps?

Ex:
Once the Request is receive,i want to log the Request details like.Order Received :<Payload>

Once Order is processed log to be Order Processed successfully.

I want to capture life cycle of message from Start to end.how to write these in logic apps?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,543 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2021-06-09T06:30:55.41+00:00

    Hi @manu

    Welcome to Microsoft Q&A! Thanks for posting the question.

    As per your requirement looks like you want to log your custom message whenever the logic app is triggered. If this is the case then you can leverage the Send Data action for Azure Log Analytics Data Collector to send your customize message to log analytics.

    If you want to Set up Azure Monitor logs and collect diagnostics data for Azure Logic Apps then please refer to this document.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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