Azure trainings!
Infused with experience from the field, brought with lots of passion!

Deploying long running Logic Apps

Recently I received some questions about deploying long running Logic Apps. Before providing an answer, I double-checked if my thoughts were correct. Deployment statements My answer contained the following statements: A new version of a Logic App can be deployed, when...

Logic Apps OMS Monitoring – Feedback from the field!

In my previous post, I’ve explained how you can enable OMS monitoring in Logic Apps.  In the meantime, the product team has implemented some new features to the OMS plugin, so let’s have a look at what has been added to our toolbox. Mass Resubmit This...

Custom connectors in Logic Apps!

Adding custom connectors is a feature that we’ve requested for a long time!  When I heard the announcement that the feature was released, I couldn’t wait to try it out.  You can find my first findings in this blog post!  In order to test the functionality,...

Logic Apps Live Recap – September 27, 2017

This post contains a recap of the (almost) monthly Logic Apps Live webcast.  In case you missed it or you don’t want to watch the complete session, you can find here the most important highlights!  Watch the complete recording over here. What’s new? Azure Security...

Azure Functions vs Azure Logic Apps

Azure’s serverless iPaaS offering has two key components: Azure Functions and Logic Apps.  If you consult the documentation, you’ll find out that there is quite some overlap between the two.  For many people, it’s not clear what technology...

Enrich HTTP Headers in Logic Apps

Recently, I read a question about a Logic App that received an HTTP request.  The purpose of the Logic App was to add some extra HTTP headers to the request, while retaining the orignal ones, before forwarding the message to another HTTP endpoint. This short blog...