I\'m trying to add some custom binding using my app settings for my Azure Function. I need to receive only string a string from my settings.
I would like to get
I already found the solution. Just add:
using System.Configuration;
and add this line to code with the key ("simpleValue") value:
ConfigurationManager.AppSettings["simpleValue"]