Azure Appinsights vs Log Analytics

I am currently logging my custom log messages in an Azure table.

Now I need to automatically start sending emails based on the types of logs, and also create an analysis report from the log messages.

Which service is more suitable for this? Azure Application Insights or Azure Log Analytics?

+6
source share
1 answer

I think Application Insights is suitable for both reporting and sending emails. You can do the same with Log Snalytics, but the difference is that Log Analytics is basically a logical repository of all your log data, and you can create your own reports, alerts, etc. For many different services, you can also easily visualize all OMS.

As the comments say, you need to describe a little more about the script.

0
source

Source: https://habr.com/ru/post/1015522/


All Articles