How do I add or access an app.config file in Azure functions to add a database connection string?
If you\'re not supposed to add an app.config
Configuration Manager will be replaced by the new Asp.Net Core Configuration System in Functions Runtime v2.
So if you are using .Net Core you should follow John Gallants Blog article: https://blog.jongallant.com/2018/01/azure-function-config/