Tuesday, June 27, 2017

Integrate 2017: Day 2 Logic Apps and Azure Functions Highlights

Day 2 was awesome, very intensive if we talk about Logic Apps, with very good presentations.

We began the day with the "Microsoft IT journey with Azure Logic Apps" presentation by Divya Swarnkar and Mayank Sharma. They talked about they experience doing integrations with the iPaaS model and their learnings:



Monday, June 26, 2017

Integrate 2017: Day 1 Logic Apps and Azure Functions Highlights

Integrate 2017

Today was the first day of the Integrate 2017 at London.

I want to share some highlights about Logic Apps and Azure Functions.

Jeff Hollan and Kevin Lam present "Azure Logic Apps - build cloud-scale integrations faster" slights. This presentation was an introductory review of what are Logic Apps and when some announces was made:

  • New Connectors will be added soon, as Oracle EBS, Service Now and the most applaused SOAP connector. 
  • Posibility to create Custom Connectors joined to their custom API connectors.



Wednesday, June 21, 2017

How to change the logging configuration of a WCF service at runtime with WMI

We have always been recommended to set the trace level of our WCF services to "warning" in the production environments so as not to impact on the performance and not to generate a large amount of data. However, when we detect an issue with our services we should be able to modify the trace level to "verbose" to facilitate the troubleshooting process.

Monday, June 12, 2017

BizTalk Server 2016 Feature Update: Management REST APIs. Great, but not enough

When Microsoft releases the BizTalk Server 2016 Feature Pack, I was very interested in the new Management REST APIs. My interest was because years ago, I developed a similar solution in a big customer, building some WCF services that allows manage and deploy on remote BizTalk Server artifacts.