Our blog
Offering
our
perspective
Filter by :
Variabilise bindings DevOps
BizTalk
05/10/2020

Using variables in BizTalk bindings in Azure DevOps

In this article, we will see how to use variables in BizTalk bindings during automatic deployments using Azure DevOps. We will also see how to have different configurations depending on the …
LogicAppSettings
Azure
24/08/2020

Parameter settings in Logic Apps

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 …
Front image
DevOps
01/06/2020

Child item templates in Azure DevOps

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 …
Integrate Power BI in Azure DevOps
DevOps
19/05/2020

Integrating Power BI within Azure DevOps

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 …
DevOps
BizTalk
18/02/2020

BizTalk Server Application Project : Release pipeline

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 …
Pipeline
BizTalk
23/01/2020

BizTalk Server Application Project : Build pipeline

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 …
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 …
solving nuget errors on vsts build server
Nuget
17/10/2018

Solving the ECONNREFUSED error with Nuget tasks on a VSTS private agent

Consider the following scenario : You use VSTS to build and deploy your developments You have set up a Nuget Feed in VSTS You rely on a private agent to perform the build operations In this …