Azure Functions
An Azure service that provides an event-driven serverless compute platform.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Steps to reproduce:
My expectation is that the functions should be available. If I set the 'WEBSITE_RUN_FROM_PACKAGE' back to 1, the functions are now available. However, the change I made to the log level in host.json is all gone.
MSFT confirmed that this was by-design. I found a work around by following the instructions under 'Override host.json values' on this post (https://learn.microsoft.com/en-us/azure/azure-functions/functions-host-json).