In the same way as other resources that can be exposed as an API, the Azure functions that you have built can be exposed via Azure API Management (APIM). The benefit of using this method is that you …
To communicate with APIs, the message format generally used by Microsoft BizTalk Server is XML or Json. There are indeed some native pipeline components which allows us, while both sending and …
For some customer, Integration Account pricing can be a deal. Especially if they only need a few mapping artifacts. Costs will be the same no matter if you use artifacts frequently or not. This is …
When you want to debatch an XML file under BizTalk, there are two ways to do this either with a pipeline or with XPath.
Here it is going to be about the second way, and we will start with the unitary …
Azure Monitor Logs (formerly Log Analytics) is a fundamental feature of Azure Monitor Service. It is a set of tools allowing :
Azure resources or any external resource to send logs
Data analysis …
Why would we need to debatch an XML message in an orchestration with a pipeline instead of using straight the receive pipeline on the port ?
It turns out that is interesting for the following …
To expose a web service with Biztalk, the Biztalk WCF Service Publishing Wizard can be used. This wizard, among other things, generates an IIS site. In order to fully automatize the deployment, it …
With BizTalk 2016 (FP 2), a new BizTalk project type appeared in Visual Studio: The BizTalk Server Application project. This project type allows you to automatically deploy a BizTalk project through …
When you are dealing with an API (or an external process), you might want to start it and don’t want or need to wait untill the end of its execution. This is commonly called the Fire & Forget …
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 …