Difference Between Azure Monitor and Azure Application Insights

divya kini 20 Reputation points
2024-10-07T18:06:32.1133333+00:00

What are the key differences between Azure Monitor and Azure Application Insights? When is it appropriate to use each service?

Azure Monitor provides a comprehensive monitoring service that offers a unified view of Azure resources, allowing for the collection, analysis, and action on telemetry from various sources. In contrast, Azure Application Insights is a feature of Azure Monitor specifically designed for monitoring the performance and usage of web applications. Azure Monitor should be used for overall infrastructure and resource monitoring, while Application Insights is better suited for gaining deep insights into application behavior and user interactions.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
{count} votes

Accepted answer
  1. Stanislav Zhelyazkov 28,186 Reputation points MVP Volunteer Moderator
    2024-10-08T13:56:15.66+00:00

    Hi,

    You can find Azure Monitor Overview page for a high level architecture of Azure Monitor. In short Azure Monitor is a set of services for monitoring Azure and non-Azure resources. Azure Monitor logs is one of those services that allows you to store logs and metrics that you can use monitoring. Application Insights works on top of Azure Monitor logs to monitor applications.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    5 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.