0
votes

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.

1

1 Answers

1
votes

There is currently no way for you to modify the web.config used by the Functions runtime. I've opened a tracking item in our repo here for us to investigate if we can open this up for configurability.