Our blog
Offering
our
perspective
Filter by :
XSLT avec une fonction Azure
Azure
22/05/2019

Executing XSLT in a Function app on Azure Cloud

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 …
debatch xml orchestration
BizTalk
10/05/2019

XML debatching in an orchestration with XPath

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 through logic app
Azure
29/03/2019

Azure monitor Logs: log custom data through Azure Logic Apps

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 …
debatching inside orchestration with BizTalk
BizTalk
11/03/2019

Debatching a XML message in an orchestration with a pipeline

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 …
BTDF deploy IIS application
BizTalk
18/02/2019

Deploy an IIS Site with BTDF

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 …
BTDF deploy IIS application
BizTalk
21/01/2019

Biztalk Server Application project : Set Up

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 …
implement fire forget with Azure logic apps
Azure
28/12/2018

Implementing Fire & Forget pattern with Nested Logic Apps

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 …
logic apps run after
Azure
28/11/2018

Logic Apps run after settings with Logic Apps’ designer

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 …
map full xslt
BizTalk
25/11/2018

Make a map in full Xslt

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 …
self correlated port with star wars api
BizTalk
17/11/2018

Self Correlating Port with Microsoft BizTalk Server

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 …
sql server forced parameterization
Azure
11/11/2018

SQL Server Simple and Forced Parameterization

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 …
deal with seekable stream
BizTalk
31/10/2018

How to deal with non seekable stream

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 : …