Monthly Archives: May 2015


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 →