Get the DB strings from app.config with C# in Azure function.
In the below way I am accessing the strings:
var Conn = ConfigurationManager
.ConnectionStrings["ConnString"].ConnectionString
Looking for the good method to get control of database with conn strings.