Our blog
Offering
our
perspective
Filter by :
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, …
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 …
certificate authentication ssl entra id access token jwt
Azure
30/01/2024

Entra ID: Obtaining a JWT Access Token Using an SSL Certificate

On this post, I share a way to get a JWT token on Entra using a client SSL certificate instead of a secret stored at the Entra level. Entra (formerly Azure AD), offers a full range of features for …
Bicep
09/01/2024

Deployment of Standard Logic App via Bicep

Azure’s Standard Logic Apps offer a high-performance platform for orchestrating and automating workflows in the cloud. It provides a wide variety of ready-to-use connectors for integrating services …
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 …