Skip to main content

Posts

Showing posts with the label App Insights

Azure App Insights

Sorry I haven’t added any content lately.  I ‘ve been working on Azure Architect Certifications.  App Insights Overview Thought I’d get back into the rhythm of making posts by posting about one of the most useful features of  Azure,  App Insights.  What's better is that this feature requires very little or no effort to tap into on the platform.  During the course of my development career I have integrated numerous logging frameworks into applications that I have developed.   I have spent numerous hours improving the logging capabilities of these applications.   Most of them even after several iterations were not close to the capabilities that App Insights gives you out of the box.   In this post I am going to highlight a few of these features. Adding App Insights to an application such as a web site deployed to App Services is a straightforward process. During the deployment process simply enable AppInsights.  Be aware th...