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
You should store connection string in azure key vault and enable MSI on azure function and add access policy on azure key vault to read key value.