Serverless
Fix console logs for Azure Functions running in a Docker container
Local development of C# Azure Functions on macOS is still a bit painful.
Even the simple-ish logging might cause issues. Let’s assume that we have Azure Functions Core Tools installed and we have a basic function app with one TimerTrigger
function created.