Azure Functions Logging in Powershell
I wrote an Azure Function in Powershell and while I was developing I found out that my logging was not reporting correctly in Application Insights. When the host logging was set to Trace I would expect that all my debug and verbose would appear in the logs of the Azure …