Category "azure-functions-runtime"

Azure Function disabled setting "user" field to HTTP request object on the 26th of April 2022

(!) Issue cannot be reproduced locally. Azure Function Version ~4 Node Version 14.18.1 Creating a simple HTTP triggered Azure Function and setting just two simp

Unable to debug Python Azure function in VS Code IDE. Getting connect ECONNREFUSED 127.0.0.1:9091 error

I am trying to debug Azure functions python code using VS code IDE. Local.settings.json is updated with below config "AzureWebJobsStorage": "UseDevelopmentStora

Azure Functions: How to programmatically read log levels?

For Azure Functions, log levels are configured in the host.json. How to read its values programmatically for logging nodes? We tried to read it from the environ