Is it possible to access/update the Web.config used by WebJobs.Script.WebHost or the func.exe.Config
(in C:\Users\{user}\AppData\Local\Azure.Functions.Cli\1.0.0-beta.91\
)?
When I create an Azure Function using the Consumption plan and browse the file share, I do not see either of these files in any of the directories, but I'm assuming that the runtime is getting the settings from one of these files, or something similar.
Essentially, I would like to remove the standard .NET headers being returned by setting some values in one of these .config files.