Azure Functions: beware the Monitor which often misses information, use logs instead
by Patrick Lee on 03 Feb 2021 in categories tech with tags ASP.NET Core .NET 5.0A quick note to warn users of Microsoft's Azure functions: I have quite often found that the Monitor facility misses out showing some recent function runs. Querying the Application Insights logs for traces, requests and exceptions is more reliable.