Search code examples
spring-bootazure-functionsmaven-3

Is there a way to change file name local.settings.json in Azure Functions to a different name


Please let me know if there is a way to customize Azure functions file name local.settings.json to a different name.


Solution

  • I got the answer myself. local.settings.json is just for local usage but in production, these values have to be populated in Application settings. Refer https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings#settings