If I need to add some custom settings that my function(s) need to read in order to operate, where can I add them?
I am working with Visual Studio, I already created a project. I can see host.json
and local.settings.json
but not sure if I need to add in either or maybe in some other settings file.
Also when I don't have Program.cs or Startup.cs how can I make those settings visible in the function?