Posts

Showing posts with the label Azure Logic App Monitoring

Getting Started with Logic Apps - What happened to the Request?

Image
What happened to the request  or what happened to the order with Order No #xyz or why the particular order is not processed etc etc – I am sure most of us have faced or atleast heard of it and it is most common thing if you are working in Integration domain 😊  . Offcourse it is well known situation and way to handle it is to identify the key business entities and have them logged in database/monitoring application and run query against it to do the findings. If custom Integration application is build then it should be definitely considered  while designing. If you are to use someone one else’s product or services  then do check if there is provision for tracking or any out of box monitoring capability available and you can search or query on that tracked data based on the needs.  If you know BizTalk, then you know that there is out of box feature available i.e. Business Activity Monitoring (BAM) . Now let’s get to the topic of blog post, tracki...