IaC

List of articles about IaC
Deploying a Nuxt Static Website on Azure with Pulumi
Development

Deploying a Nuxt Static Website on Azure with Pulumi

Provision the Azure infrastructure for the Developer Conferences website
Using Any Terraform Provider in Pulumi: A Guide with Netlify provider
DevOps

Using Any Terraform Provider in Pulumi: A Guide with Netlify provider

Manage Netlify Resources with Pulumi
Unlocking the Power of Azure Functions Flex Consumption Plan with Pulumi
DevOps

Unlocking the Power of Azure Functions Flex Consumption Plan with Pulumi

In this article, we will explore how to provision a Function App in the new Azure Functions hosting plan: the Flex Consumption plan. We will do that using Pulumi and TypeScript.
Deploying to Azure from Azure DevOps without secrets
DevOps

Deploying to Azure from Azure DevOps without secrets

Azure DevOps Workload identity federation (OIDC) with Pulumi
Create an Azure-Ready GitHub Repository using Pulumi
DevOps

Create an Azure-Ready GitHub Repository using Pulumi

Using Azure OpenID Connect with Pulumi in GitHub Actions
When Pulumi met Nuke: a .NET love story
DevOps

When Pulumi met Nuke: a .NET love story

Pushing an ASP.NET Core API to Azure using .NET from provisioning to deployment
Why will I choose Pulumi over Terraform for my next project?
DevOps

Why will I choose Pulumi over Terraform for my next project?

My take on choosing an Infrastructure as solution
How to provision an Azure SQL Database with Active Directory authentication
DevOps

How to provision an Azure SQL Database with Active Directory authentication

Using Pulumi and its command provider to grant database permissions
IaC Hot Reload with Pulumi Watch
DevOps

IaC Hot Reload with Pulumi Watch

Hot-reloading your cloud infrastructure.
Pulumi with an Azure Blob Storage backend
DevOps

Pulumi with an Azure Blob Storage backend

Pulumi without Pulumi Service.
AzureWebJobsStorage, the secret you don't need in your Function App.
DevOps

AzureWebJobsStorage, the secret you don't need in your Function App.

If you are using Azure Functions chances are you are using the setting AzureWebJobsStorage in your Function App configuration. And it is quite likely that the value of this setting which is a secret is stored in a non-secured way directly in your Function App configuration, available to anyone who has access to this configuration. But do not worry, we will see in this article how we can make your Function App more secure by removing this secret.

The opinions expressed herein are my own and do not represent those of my employer or any other third-party views in any way.

Copyright © 2026 Alexandre Nédélec. All rights reserved.