Azure App Service and Diagnostic logging using asp.net core

I have used the same example from the previous article to introduce diagnostic logging in Azure. I would recommend you to go through below article but not mandatory.  https://anuphosur.wordpress.com/2020/03/31/microservices-part-3/ Azure provides built-in support for diagnostic logs for the Azure App Service. We’ll also learn how to enable the diagnostic logs and to check using the …

Continue reading Azure App Service and Diagnostic logging using asp.net core