Fixing “AppSetting is not allowed” Errors in Azure App Service Deployments with Pulumi

Fixing “AppSetting is not allowed” Errors in Azure App Service Deployments with Pulumi When deploying applications to Azure App Service using infrastructure as code tools like Pulumi, you might encounter a frustrating error that looks something like this: This error occurs because Azure App Service for Linux doesn’t allow colons (:) in application setting names, […]