Our blog
Offering
our
perspective
Filter by :
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 …
API Management
17/10/2023

Understanding Workspaces in Azure API Management

  Azure API Management (or APIM) is a service that allows users to define, manage, secure, and monitor APIs in a unified interface. APIM offers various advanced features such as caching, …
OAuth Authorization Code with Azure AD
Azure
21/09/2023

OAuth Authorization Code with Azure AD

In a previous article, I shared the configuration of the OAuth Client Credentials flow with Azure AD. The configuration of the OAuth Authorization Code flow with Azure AD is similar to that one. It’s …
Azure
19/08/2023

OAuth Client Credentials with Azure Active Directory

This article discusses Azure Active Directory, Microsoft’s identity platform which supports various authentication flows. Setting up the OAuth Client Credentials authentication flow can be done …
Calling SAP RFC function with Azure Function
.Net
30/06/2023

Calling SAP RFC function with Azure Function

Recently we’ve been asked to migrate a few data flows running on proprietary software to Azure. The flows were not complicated; the only specialty was that we had to call some SAP RFC functions. As …
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 …
Synchronous API
Azure
20/05/2023

Application identities in Azure Active Directory

Microsoft offers a robust identity platform in the form of Azure Active Directory. Azure Active Directory (aka Azure AD) manages identities for your Azure tenant. Along with user identities, Azure AD …
Define a DB2 database in Azure Data Factory sink
Azure Data Factory
01/04/2023

Define a DB2 database in Azure Data Factory

At the time of writing this post, the Azure Data Factory DB2 connector do not support sink. It is therefore not possible to write to a DB2 database with the native DB2 connector. Azure Data Factory …