Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

Monitoring Logic Apps Standard with Application Insights – Querying & Analysing Traces

Posted by Paco de la Cruz on 16 December 2021

Logic Apps, Monitoring, Application Insights, Microsoft Azure, Azure Integration Services

Overview

In the previous post of the series, we covered how to implement the different observability features that are available in Logic Apps Standard to send traces to Application Insights. In this post, we’ll discuss how to query and analyse these traces, and how to share these queries and publish query results....

Continue reading

Monitoring Logic Apps Standard with Application Insights – Implementation

Posted by Paco de la Cruz on 10 December 2021

Logic Apps, Monitoring, Application Insights, Microsoft Azure, Azure Integration Services

Overview

In the previous post of the series, we’ve covered the different built-in observability features that are available in Logic Apps Standard and how many of them are part of the traces sent to Application Insights. In this post, we’ll discuss how these features can be implemented in a sample scenario. The...

Continue reading

Monitoring Logic Apps Standard with Application Insights – Introduction

Posted by Paco de la Cruz on 07 December 2021

Logic Apps, Monitoring, Application Insights, Microsoft Azure, Azure Integration Services

Overview

As I previously discussed, it’s very common that developers tend to focus their efforts on building and shipping applications and services to production but forget to consider what happens after go-live. It’s easy to dismiss that the solutions being built are going to be supported by someone else. Once the...

Continue reading

Publishing Custom Queries of Logic Apps Execution Logs

Posted by Paco de la Cruz on 07 December 2017

Logic Apps, Monitoring, Azure Log Analytics, Blog, Technology

In a previous post, I showed how to implement Business Activity Monitoring for Logic Apps. However, sometimes developers, ops, or business users want to query execution logs to get information about the processing of business messages. Whether for troubleshooting or auditing, there are some questions these personas...

Continue reading

Business Activity Monitoring on Azure Logic Apps with Azure Log Analytics

Posted by Paco de la Cruz on 03 December 2017

Azure, Logic Apps, Monitoring, Azure Log Analytics, BAM, Business Activity Monitoring, Blog, Technology

Introduction

Azure Logic Apps provide built-in monitoring tools that allow you to check the run history (including all inputs and outputs of triggers and actions), trigger history, status, performance, etc. Additionally, you can enable diagnostic logging on your Logic Apps and send all these runtime details and events...

Continue reading