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 …
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 …
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, …
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 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, …
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 …
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 …
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 …
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 …
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 …
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 …
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 …