I\'m testing an azure function locally with several api keys. Whats the best place to store environment variables and how do I access them? I tried
System.Enviro
Put key/value pairs in the appsettings.json file under the "Values" property.