Deploying a Nuxt Static Website on Azure with Pulumi
Provision the Azure infrastructure for the Developer Conferences website
DevOps
Using Any Terraform Provider in Pulumi: A Guide with Netlify provider
Manage Netlify Resources 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.
DevOps
Deploying to Azure from Azure DevOps without secrets
Azure DevOps Workload identity federation (OIDC) with Pulumi
DevOps
Create an Azure-Ready GitHub Repository using Pulumi
Using Azure OpenID Connect with Pulumi in GitHub Actions
DevOps
When Pulumi met Nuke: a .NET love story
Pushing an ASP.NET Core API to Azure using .NET from provisioning to deployment
DevOps
Why will I choose Pulumi over Terraform for my next project?
My take on choosing an Infrastructure as solution
DevOps
How to provision an Azure SQL Database with Active Directory authentication
Using Pulumi and its command provider to grant database permissions
DevOps
IaC Hot Reload with Pulumi Watch
Hot-reloading your cloud infrastructure.
DevOps
Pulumi with an Azure Blob Storage backend
Pulumi without Pulumi Service.
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.