How do I add or access an app.config file in Azure functions to add a database connection string?
app.config
If you\'re not supposed to add an app.config
some of the above suggestions work. However there is a more straight forward way of setting a connection string. It is by using the 'publish' screen one sees after hitting the publish setting. see picture from documentation here