- Published on
- Authors
- koskila
How to update application settings of an Azure Functions App in Azure DevOps Pipeline
This article aims to patch one annoying gap in Microsoft's documentation: how, exactly, do you update Azure Function App's application settings using an Azure DevOps build/release pipeline? It sounds easy, and something that should happen almost automatically - and for Azure Web Apps (or App Services, as they are often called) it IS practically automatic. But for Azure Functions, it isn't. And the docs aren't perfect. Let me try and fix that. Problem Azure Functions won't take your appsettings.




