Behind the Logic Apps designer, there is a Json based source code. Basically, the logic app trigger and all the actions included in the workflow are defined in this file. If you have already checked …
Between many artifacts BizTalk Server provided maps. Maps allow XML Source messages transformation into XML Destination messages. For that purpose, there are basically three approaches.
The …
BizTalk orchestrations can be designed to run discrete pieces of work, following the classic ‘ACID’ concept of a transaction. If we need to debatch a Message inside a Biztalk orchestration, we will …
With this post, I just wanted to share something I have stumbled onto when using Azure Advisor service and related to the optimization of a cloud based SQL Server database. However, it applies to any …
I recently faced a problem when dealing with stream in a custom BizTalk pipeline component.
Apparently, it sometimes happens the stream you are using is not seekable :
Error : …
BizTalk TMS is an additional component required for the BizTalk Server 2016 Feature Pack 3. This component is in charge of the management of OAuth token refresh for the 3 new adapters that comes with …
Consider the following scenario :
You use VSTS to build and deploy your developments
You have set up a Nuget Feed in VSTS
You rely on a private agent to perform the build operations
In this …
When you work on a BTDF project, having multiple partial binding masters (i.e : the complete binding master of the BizTalk application is split in many different files) can be useful in several …
Created by the company Cloudyn, Azure Cost Management is a tool that allows to easily supervise all the expenses related to a Cloud subscription. It is compatible with Microsoft Azure, Google Cloud …
This article follows the presentation of unit testing on XML schemas. This time we will focus on the unit tests for BizTalk maps. The philosophy remains the same: to guarantee the validity and the …
When creating a BizTalk Server VM (from « BizTalk Server 2016 Developer » template for instance) on Azure,
BizTalk tracking simply does not work.
To fix the issue, …
During BizTalk development, XML schema creation is almost inevitable. Once the schema is built, it is a good practice to validate it (using the “Validate Schema” and “Validate Instance” features). …