Friday, November 17, 2017

Logic Apps and EDI (VII). Problems developing a PRO solution

This post is about the problems that I found developing a real solution for a customer.

Friday, November 10, 2017

BizTalk Maps - Using Recursive XSLT template to simulate FOR clause

Recently, I was resolving an MSDN forum question that needs to split an input String to String destination nodes with maximum 80 length.

The problem was, how to generate N destination nodes with only one input node splitting the string in fixed length strings.

Wednesday, November 08, 2017

How to deploy with RM template the Azure Functions Connection Strings

This post explain how to deploy connection strings for our Azure Functions with an Azure Resource Manager template.