Our blog
Offering
our
perspective
Filter by :
Azure REST API Update workflow
Azure
18/10/2019

Azure Rest API: The request to patch workflow is not supported

I have recently used Azure REST API to manage Logic App Workflows in a custom Web application. One of my need was to update the Logic App trigger definition by using the Azure REST …
Azure cloud hybrid
Azure
07/10/2019

Using Azure Hybrid Connections

  In our integration solutions, we’re often dealing with a need to integrate an Azure cloud application with a client’s on-premise system. A while ago a colleague of mine wrote the article …
ack BizTalk Server
BizTalk
24/09/2019

Acknowledgment (ACK and NACK) handling with Microsoft BizTalk Server

We have seen, as part of a client project, the requirement to manage acknowledgments (ACK) and negative acknowledgments (NACK) when sending messages. This means we need to respond differently in the …
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 …