Our blog
Offering
our
perspective
Filter by :
managed id authentication rbac
Azure
11/12/2023

Using Managed Identities in a Logic App

  Ensuring the security and integrity of connections between resources is essential when implementing solutions on Azure. In this regard, Azure Logic Apps, among other Azure services, offers the …
variables devops pipeline
DevOps
22/11/2023

Parameterizing a Variable in an Azure DevOps Build Pipeline

Some build pipelines serve multiple branches of the same project. As such, it may be necessary to have different parameters depending on the branch. In this article, we’ll take as a need the fact of …
isloated process azure function
.Net
23/06/2023

Azure Functions in .NET 7: The Mandatory Isolated Process

Azure Functions is a major component of the Serverless resources provided by Microsoft. First seen in early 2022, the new .NET 7 framework brings some changes for Azure’s cloud. And notably a …
Automate Azure App Configuration Deployment
ARM Template
31/08/2021

Automate Azure App Configuration Deployment

  Azure App Configuration is an Azure service used to centralize the configuration for a set of applications in the Cloud. The advantage of this type of resource is in externalizing the …
Azure
06/07/2021

How to use Azure Devops data within PowerBI

  When using Azure DevOps, we generate a lot of data. This can include scheduling data as well as data on the team or the various pipelines set up. It would be a shame not to use this …
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 …
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 …