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

This Month I’ve Read – November 2017

In this “This Month I’ve Read” series, I want to share 5 blogs / articles concerning Microsoft Enterprise Integration that really drew my attention throughout the last month.  Here you can find my selection for this month. Sumit Kumar – Monitor Logic Apps in Log...

Logic Apps Live Recap – November 29, 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? SOAP...

SQL Server 2016: MAX DOP at database level.

Very recently, I discovered a new feature in SQL Server 2016.  It allows you to configure the Max Degree of Parallelism (MAXDOP) on a database level, instead of instance level.    This is very important to take into account for BizTalk installations.  The BizTalk...

Use Liquid templates in Logic Apps

As explained in a previous post, Logic Apps has already some basic actions to transform objects and arrays.  However, from the moment transformation between JSON objects becomes more complex, it turns out to be insufficient.  That’s why the brand new...

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...