Our blog
Offering
our
perspective
Filter by :
Dealing with uncompleted tasks at the end of sprint in Azure DevOps
DevOps
05/09/2019

Dealing with uncompleted tasks at the end of a sprint in Azure DevOps

Whether working in project mode or in a “Service Center” style integration team, it very often happens that the end of a sprint is reached with some tasks incomplete. According to the Agile …
apim function app
API Management
25/07/2019

Expose a function app with Azure API Management

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 …
graphQL with BizTalk Server
BizTalk
02/07/2019

GraphQL with BizTalk

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