Capturing Azure Webapp application log in Azure Log Analytics

Let’s assume that you have webapp deployed as an app service in Azure. It would be great if we could utilize Log Analytics to capture logs. Currently it is possible to capture various types of details: Windows metrics, infrastructure logs etc., however, Log Analytics is unable to capture application logs. However, by using Webjob or … Continue reading Capturing Azure Webapp application log in Azure Log Analytics

.NET Inside Out Part 5 — Capturing thread creation to catch exceptions

This is the fifth part of the .NET Inside Out series. For your convenience you can find other parts in the table of contents in Part 1 – Virtual and non-virtual calls in C# Unhandled exception crashes application domain which in turn crashes whole process. What if we want to create some background job and … Continue reading .NET Inside Out Part 5 — Capturing thread creation to catch exceptions