I want to access Connection String in my azure function app
Code something like this:
ConfigurationManager.ConnectionStrings["KEY"].ConnectionString
Library used: System.Configuration
Please help me find a way such that I do not need to make any changes in my code and I can access the values using ConfigurationManager only.