While working with Azure Functions quite often we need to interact with SQL database, message queuing service or authenticate to an API. Azure Function App Service has application settings where we …
The following shows two methods that can be used to debatch an XML message in a Logic App. The first consists in making an XPath query in a For each. The second, which also needs an XPath query, is …
This article will demonstrate how to deploy a BizTalk application on a BizTalk ‘On Premise’ server following generation of artifacts in Azure DevOps.
The BizTalk Server Application project …
To undertake the operations described in this article, an Azure DevOps account with creation rights over pipelines is necessary.
The aim of this article is to show how it is possible, from a …
The app settings of an App Service or Function App are realized by the key-value pairs (e.g. connections strings, API endpoints, …). If we have a large Azure solution with multiple services, then …
Recently, wanting to apply conditions to a dual input map where both source messages have repeating nodes, I realized that this was no easy matter.
Message B (resulting from an SQL query) is …
I’ve experienced a strange behavior using On-Premise Data Gateway to access an on-premise API through Azure Logic Apps. I kept getting the following error message:
status: 401
message: No matching …
In this article, we suggest using a send pipeline in an orchestration so as to aggregate messages. The advantages of this method are:
proper control over the structure of aggregated messages;
full …
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 …
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 …
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 …
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 …