Our blog
Offering
our
perspective
Filter by :
Declare & Access to extensions properties using Azure Graph API
API Management
19/03/2025

Declare and access extension properties using Azure Graph API

In this article, we will see how to link an extension property to an identity (App Registration Client) in Entra ID. This mechanism can support multiple scenarios. In fact, I provide an example in …
Provisioning App Registrations in Entra ID with Azure CLI
Azure
22/01/2025

Provisioning App Registrations in Entra ID with Azure CLI

  To secure an application or an API, it is often necessary to define roles that client applications must have permissions for. In Entra ID, this involves: A Server App Registration …
App Configuration
10/06/2024

Accessing App Configuration from Azure Function with Managed Identity

When it comes to centralizing and managing configuration settings for distributed applications, Azure AppConfiguration is an indispensable service. It provides a unique location to store and manage …
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 …
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 …
map full xslt
BizTalk
25/11/2018

Make a map in full Xslt

Between many artifacts BizTalk Server provided maps. Maps allow XML Source messages transformation into XML Destination messages. For that purpose, there are basically three approaches.   The …
unit test biztalk
BizTalk
01/06/2018

Biztalk maps and unit tests

This article follows the presentation of unit testing on XML schemas. This time we will focus on the unit tests for BizTalk maps. The philosophy remains the same: to guarantee the validity and the …
unit test biztalk
BizTalk
13/04/2018

XML Schemas and Unit Tests

During BizTalk development, XML schema creation is almost inevitable. Once the schema is built, it is a good practice to validate it (using the “Validate Schema” and “Validate Instance” features). …