Tag Archives: Logic App


Monitoring Metrics Logic Apps – Azure Portal

Monitoring Metrics Logic Apps

Within this post I would like to briefly demonstrate how to enable monitoring metrics for Logic Apps and adding charts your azure start boards. I highly believe that keeping a non-automated close eye on resources is crucial after deploying new applications or alterations. This will also provide some useful insights on application usage patterns as well.

Read More →

Invalid Template using workflow functions

Logic Apps Update August

This post covers some common pitfalls and hoping to help others saving some valuable time. I recently received a question regarding monitoring Azure Logic Apps and error branching options as covered within this blog post: Azure Logic App – Conditions: Success and Failure.

Read More →

SQL Server Connector – Azure API App – Part 2

SQL-Server-Connector

Within part 2 of this series (click here for part 1), I would like to cover some of the available configuration options of the Azure API SQL Server connector. The connector simply enables you to connect with a SQL Server (as well as on-premises instances) or Azure SQL Database and perform various actions. This includes; executing stored Procedures, Poll data (triggers) and the option to retrieve, create, update and delete database table entries without having to write SQL.

Read More →

SQL Server Connector – Azure API App – Part 1

SQL-Server-Connector

Within this series (well just two posts) I want to cover some of the available configuration options of the Azure API SQL Server connector. The connector simply enables you to connect with a SQL Server (as well as on-premises instances) or Azure SQL Database and perform various actions. This includes; executing stored Procedures, Poll data (triggers) and the option to retrieve, create, update and delete database table entries without having to write SQL.

Read More →

Azure Logic App – Conditions: Success and Failure

Azure-Logic-App-Con

This is just a very short post explaining how to add conditions within your Azure Logic App. The most common case would probably handle a scenario where it’s required to execute different follow-up actions based on the execution status of the preceding action (success or failure). And therefore I will be using this case as an example. But let’s go over some of the details first.

Read More →

Azure Logic App – Collections / Repeat Action

Azure-Logic-App-icon

As can be seen from my previous postings, I’m still spending my evening hours researching and playing around with the Azure App Service offering. And to be honest, the more you know, the more interesting it gets. However from time to time you will run into simple challenges like how to iterate over a collection of items?

Read More →

Azure App Service – App Service Plans

Azure-App-Service

I’ve been playing around with Azure App Service for a couple of days now and decided to address some aspects that haven’t been covered very well within the knowledge sessions I’ve seen so far. Many only include the cool parts, creating new Logic Apps with everything already installed and configured. Also, I haven’t seen any covering topics like scaling and configuration recommendations. In real environments, things require a bit more care and attention. Therefore I will cover some of the basic needed when getting up and running with Azure App Service within upcoming blog posts.

Read More →