Azure Application Insights: Article 10

Isuru Dhananjaya Ranaweera
2 min readAug 7, 2020

This is the the first article for my Real Time Dashboard with Kafka+Spring-boot+Angular+Azure article series. If you missed third arcticle please read the Azure Storage Integration here.

Application Insights

Basically, we have to take status of each an every time to see our resource performance,usage and so on. In order to do so, we can have application insights to achieve this.Application Insights, a feature of Azure Monitor, is an extensible Application Performance Management (APM) service for developers and DevOps professionals. Use it to monitor your live applications. It will automatically detect performance anomalies, and includes powerful analytics tools to help you diagnose issues and to understand what users actually do with your app. It’s designed to help you continuously improve performance and usability. It works for apps on a wide variety of platforms including .NET, Node.js, Java, and Python hosted on-premises, hybrid, or any public cloud. It integrates with your DevOps process, and has connection points to a variety of development tools. It can monitor and analyze telemetry from mobile apps by integrating with Visual Studio App Center.

According the project, monitoring is most important in app services.Because one of app sever not working, whole application will be stop.Therefore when making app services, I enabled application insights

App services

There are the main resources I have used and experimented with Real Time Dashboard with Kafka+Spring-boot+Angular+Azure series. I hope you got the basic idea about these ten resources.

Thank you.

--

--