3

There are two types of monitoring agents used for Azure virtual machine: Microsoft Monitoring Agent (MMA) and Operation Management Suite (OMS). These can be used to connect to Azure Log Analytics workspace and sound interchangeably. What are main differences between MMA agent and OMS agent?

EagleDev
  • 1,754
  • 2
  • 11
  • 31

1 Answers1

4

The Microsoft Monitoring Agent is a service just used to watch and report on application and system health on a Windows computer, it collects and reports a variety of data including performance metrics, event logs and trace information.

To the OMS, it is not just for Log Analytics, it has several service, like Log Analytics, Automation, Backup, Site Recovery, Log Analytics is one of them.

Joy Wang
  • 39,905
  • 3
  • 30
  • 54