Skip to content

Commit 7c164d2

Browse files
authored
Merge pull request #228137 from shayoniseth/patch-137
Added benefits to overview
2 parents 7e03fa0 + 58f72bd commit 7c164d2

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

articles/azure-monitor/agents/agents-overview.md

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Overview of the Azure Monitor Agent, which collects monitoring data
44
ms.topic: conceptual
55
author: guywi-ms
66
ms.author: guywild
7-
ms.date: 1/30/2023
7+
ms.date: 2/21/2023
88
ms.custom: references_regions
99
ms.reviewer: shseth
1010

@@ -15,7 +15,25 @@ ms.reviewer: shseth
1515

1616
Azure Monitor Agent (AMA) collects monitoring data from the guest operating system of Azure and hybrid virtual machines and delivers it to Azure Monitor for use by features, insights, and other services, such as [Microsoft Sentinel](../../sentintel/../sentinel/overview.md) and [Microsoft Defender for Cloud](../../defender-for-cloud/defender-for-cloud-introduction.md). Azure Monitor Agent replaces all of Azure Monitor's legacy monitoring agents. This article provides an overview of Azure Monitor Agent's capabilities and supported use cases.
1717

18-
Here's a short **introduction to Azure Monitor agent video**, which includes a quick demo of how to set up the agent from the Azure portal: [ITOps Talk: Azure Monitor Agent](https://www.youtube.com/watch?v=f8bIrFU8tCs)
18+
Here's a short **introduction to Azure Monitor agent video**, which includes a quick demo of how to set up the agent from the Azure portal: [ITOps Talk: Azure Monitor Agent](https://www.youtube.com/watch?v=f8bIrFU8tCs)
19+
20+
## Benefits
21+
Using Azure Monitor agent, you get immediate benefits as shown below:
22+
23+
:::image type="content" source="media/azure-monitor-agent-overview/azure-monitor-agent-benefits.png" lightbox="media/azure-monitor-agent-overview/azure-monitor-agent-benefits.png" alt-text="Snippet of the Azure Monitor Agent benefits at a glance. This is described in more details below.":::
24+
25+
- **Cost savings** by [using data collection rules](data-collection-rule-azure-monitor-agent.md):
26+
- Enables targeted and granular data collection for a machine or subset(s) of machines, as compared to the "all or nothing" approach of legacy agents.
27+
- Allows filtering rules and data transformations to reduce the overall data volume being uploaded, thus lowering ingestion and storage costs significantly
28+
- **Simpler management** including efficient troubleshooting:
29+
- Supports data uploads multiple destinations (multiple Log Analytics workspaces, i.e. *multihoming* on Windows and Linux) including cross-region and cross-tenant data collection (using Azure LightHouse)
30+
- Centralized, agent configuration "in the cloud" for enterprise scale throughout the data collection lifecycle, from onboarding to deployment to updates and changes over time.
31+
- Any change(s) in configuration is rolled out to all agents automatically, without requiring a client side deployment
32+
- Greater transparency and control of more capabilities and services, such as Microsoft Sentinel, Defender for Cloud, and VM Insights.
33+
- **Security and Performance**
34+
- Enhanced security through Managed Identity and Azure Active Directory (Azure AD) tokens (for clients)
35+
- Higher event throughput that is 25% better than the legacy Log Analytics (MMA/OMS) agents.
36+
- **A single agent** that servers all data collection needs across servers and client devices running Windows 10 or 11. A single agent is the goal, although Azure Monitor Agent currently converges with the Log Analytics agents.
1937

2038
## Consolidating legacy agents
2139

@@ -157,12 +175,12 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
157175

158176
<sup>1</sup> To review other limitations of using Azure Monitor Metrics, see [quotas and limits](../essentials/metrics-custom-overview.md#quotas-and-limits). On Linux, using Azure Monitor Metrics as the only destination is supported in v.1.10.9.0 or higher.
159177

160-
### Supported operating systems
178+
## Supported operating systems
161179

162180
The following tables list the operating systems that Azure Monitor Agent and the legacy agents support. All operating systems are assumed to be x64. x86 isn't supported for any operating system.
163181
View [supported operating systems for Azure Arc Connected Machine agent](../../azure-arc/servers/prerequisites.md#supported-operating-systems), which is a prerequisite to run Azure Monitor agent on physical servers and virtual machines hosted outside of Azure (that is, on-premises) or in other clouds.
164182

165-
#### Windows
183+
### Windows
166184

167185
| Operating system | Azure Monitor agent | Log Analytics agent (legacy) | Diagnostics extension |
168186
|:---|:---:|:---:|:---:|
@@ -188,13 +206,13 @@ View [supported operating systems for Azure Arc Connected Machine agent](../../a
188206
<sup>2</sup> Using the Azure Monitor agent [client installer](./azure-monitor-agent-windows-client.md).<br>
189207
<sup>3</sup> Also supported on Arm64-based machines.
190208

191-
#### Linux
209+
### Linux
192210

193211
| Operating system | Azure Monitor agent <sup>1</sup> | Log Analytics agent (legacy) <sup>1</sup> | Diagnostics extension <sup>2</sup>|
194212
|:---|:---:|:---:|:---:|
195213
| AlmaLinux 8 | X<sup>3</sup> | X | |
196-
| Amazon Linux 2017.09 | | X | |
197-
| Amazon Linux 2 | | X | |
214+
| Amazon Linux 2017.09 | | X | |
215+
| Amazon Linux 2 | X | X | |
198216
| CentOS Linux 8 | X | X | |
199217
| CentOS Linux 7 | X<sup>3</sup> | X | X |
200218
| CentOS Linux 6 | | X | |
@@ -208,6 +226,7 @@ View [supported operating systems for Azure Arc Connected Machine agent](../../a
208226
| Oracle Linux 7 | X | X | X |
209227
| Oracle Linux 6 | | X | |
210228
| Oracle Linux 6.4+ | | X | X |
229+
| Red Hat Enterprise Linux Server 9+ | X | | |
211230
| Red Hat Enterprise Linux Server 8.6 | X<sup>3</sup> | X | |
212231
| Red Hat Enterprise Linux Server 8+ | X | X | |
213232
| Red Hat Enterprise Linux Server 7 | X | X | X |
187 KB
Loading

0 commit comments

Comments
 (0)