Our blog
Offering
our
perspective
Filter by :
Logic Apps in the Cloud
Azure
05/02/2025

Logic App Standard – Impact of Built-in Versus Managed Connectors

  Developing a workflow in a standard Azure Logic App that connects to other resources means selecting what connectors to use. For that purpose, two types of connector exist : Built-in and …
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 …
terraform variable azure devops
DevOps
13/12/2024

Using a Terraform Variables File with Azure DevOps

We are deploying resources with Terraform from Azure DevOps. In a Terraform main.tf file, it is recommended to use variables. The advantages are numerous: reusability, centralized configuration, …
powershell azure function
Azure Functions
22/10/2024

Azure Functions with PowerShell: A Practical Guide

Azure Functions is a serverless compute service that allows you to run code on demand without the need to explicitly deploy or manage infrastructure. In this article, we will explore how to use …
fabric power bi azure
Azure
07/10/2024

Power BI in Fabric: Benefits, Licenses, and Costs

Fabric is Microsoft’s new end-to-end data platform. It combines several tools like Azure Synapse Analytics, Data Factory, and Power BI. This allows for the integration, transformation, analysis, …
API Management
25/09/2024

Validate content and parameters in Azure APIM

An API is a communication interface between different applications, allowing data exchange. It is accessed by sending a request that represents a data transmission. Then, the API validates it and …
devops az cli deploy azure ressource
ARM Template
09/09/2024

Deploying Azure Resources with Azure CLI

One of my favorite tools for deploying Azure resources is the Azure CLI. I find it very simple, well-documented, lightweight, and capable of running almost anywhere. Consequently, I use it …
Scaling an Integration Practice
Integration
27/06/2024

How to Support Your Company’s Growth by Scaling an Integration Practice?

Implementing a new practice around a platform or technology follows a relatively classic pattern. Scaling this practice can be challenging without the right strategies: how to support the company’s …
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 …
parse csv blob on creation
Azure
29/04/2024

Parsing a CSV File in Azure Blob Storage

Recently, I worked on a project where I needed to read the contents of CSV files and then process them. We store these files in Azure Blob Storage containers. In this article, I’ll show you the …
Graph connectors demystified
Copilot
01/04/2024

Demystifying Microsoft Graph Connector

Microsoft Graph connectors play a fundamental role by opening Graph to data external to the Microsoft 365 ecosystem. Using a Graph connector in conjunction with Microsoft Search significantly …
accessing key vault in bicep
Bicep
29/02/2024

Accessing KeyVault secrets in Bicep

Azure Key Vault is a pivotal cloud service to store and share secrets. It safeguards cryptographic keys and secrets for cloud applications and services. Despite its significance, integrating it with …