I've created an azure function using visual studio 2019 and added connection strings to "local.settings.json". It works locally when I debug but once I use VS 2019 publish feature, the function is deployed to azure but it tries to read from the azure function settings rather than "local.settings.json". Is there a way to keep it using "local.settings.json" or parse "local.settings.json" to the azure function host settings? Some automated way to deploy settings.


