I want to safely use database (sql server) connection string inside my app.
In the examples from Azure github and this thread it is stored inside local.settings.json.
What is the preferred way of getting connection string from local.settings.json file and using it to create connection?