While deploying azure functions in app service, other than adding the custom configuration settings and connection strings at the azure portal, is there a way to add these entries in an app settings file deployed with the runtime dlls and read it from there?
Trying to avoid manually maintaining these entries at the portal level for each environment.