Monitoring your Application in Azure with Application Insights
With the arrival of the Cloud, many things have changed. One of them is the way in which the application is developed and monitored. Traditionally, when any development was carried out, we introduced a log into that application (libraries such as NLog, Log4Net, etc. are well known). But now, times have changed. Now we develop…