Creating an API can entail having to make synchronous tasks available, i.e. where the caller actively waits for a response before processing can continue.
Asynchronous tasks (fire-and-forget, or …
The Azure Logic Apps online editor now includes a Parameters button. The aim of this article is to explore some of the possibilities this new feature offers. It can be used to declare parameters …
If you are used to using Logic Apps, you are sure to be familiar with the functionality used to resubmit a given run. This feature can prove extremely useful, whether during development, or in a …
One issue I often encounter within BizTalk projects is aggregating and assembling flat files. While mechanisms do exist to carry out both operations, the most important thing is still to know when …
The rise of cloud PaaS solutions contributes to the democratization of microservices architectures. Behind the buzzword, the microservices architecture is based on concepts whose clear objectives. If …
One of the first things to do when creating a Logic App is to choose the trigger type. This means selecting how the Logic App is kicked off.
If the trigger is an HTTP trigger, the Logic App is …
In some Azure DevOps projects, the same tasks are found repeated in certain types of work item, such as User Stories (Documentation, Unit tests, etc.). In order to avoid creating these tasks …
Azure DevOps already offers dashboards and widgets, together with many reports in the tool itself. However, the functionalities on offer can quickly show themselves to be limited.
With Power BI and …
The source schema comes from an SQL database. It comprises a single repeatable Order record, containing all the fields.
The destination schema comprises a number of records which are embedded.
Our …
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 …