Skip to content

Commit 691df55

Browse files
authored
Merge pull request #205524 from shayoniseth/patch-82
Update azure-monitor-agent-overview.md
2 parents a71484c + f42d881 commit 691df55

File tree

1 file changed

+9
-24
lines changed

1 file changed

+9
-24
lines changed

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

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ description: Overview of the Azure Monitor agent, which collects monitoring data
44
ms.topic: conceptual
55
author: bwren
66
ms.author: bwren
7-
ms.date: 5/19/2022
7+
ms.date: 7/21/2022
88
ms.custom: references_regions
99
ms.reviewer: shseth
1010
---
1111

1212
# Azure Monitor agent overview
13-
1413
The Azure Monitor agent collects monitoring data from the guest operating system of [supported infrastructure](#supported-resource-types) and delivers it to Azure Monitor. This article provides an overview of the Azure Monitor agent and includes information on how to install it and configure data collection.
14+
If you're new to Azure Monitor, the recommendation is to use the Azure Monitor agent.
1515

1616
For an introductory video that explains this new agent and includes a quick demo of how to set things up by using the Azure portal, see [ITOps Talk: Azure Monitor Agent](https://www.youtube.com/watch?v=f8bIrFU8tCs).
1717

18+
1819
## Relationship to other agents
1920

2021
Eventually, the Azure Monitor agent will replace the following legacy monitoring agents that are currently used by Azure Monitor:
@@ -23,7 +24,8 @@ Eventually, the Azure Monitor agent will replace the following legacy monitoring
2324
- [Telegraf agent](../essentials/collect-custom-metrics-linux-telegraf.md): Sends data to Azure Monitor Metrics (Linux only).
2425
- [Diagnostics extension](./diagnostics-extension-overview.md): Sends data to Azure Monitor Metrics (Windows only), Azure Event Hubs, and Azure Storage.
2526

26-
Currently, the Azure Monitor agent consolidates features from the Telegraf agent and Log Analytics agent, with [a few limitations](#current-limitations). In the future, it will also consolidate features from the Diagnostic extensions.
27+
Currently, the Azure Monitor agent consolidates features from the Telegraf agent and Log Analytics agent, with [a few limitations](#current-limitations). See migration guidance [here](azure-monitor-agent-migration.md).
28+
In the future, it will also consolidate features from the Diagnostic extensions.
2729

2830
In addition to consolidating this functionality into a single agent, the Azure Monitor agent provides the following benefits over the existing agents:
2931

@@ -49,20 +51,6 @@ The Azure Monitor agent uses [data collection rules](../essentials/data-collecti
4951

5052
For more information, see [Configure data collection for the Azure Monitor agent](data-collection-rule-azure-monitor-agent.md).
5153

52-
## Should I switch to the Azure Monitor agent?
53-
54-
To start transitioning your VMs from the current agents to the new agent, consider the following factors:
55-
56-
- **Environment requirements:** The Azure Monitor agent supports [these operating systems](./agents-overview.md#supported-operating-systems) today. Support for future operating system versions, environment support, and networking requirements will only be provided in this new agent. If the Azure Monitor agent supports your current environment, start transitioning to it.
57-
- **Current and new feature requirements:** The Azure Monitor agent introduces several new capabilities, such as filtering, scoping, and multihoming. But it isn't at parity yet with the current agents for other functionality. For more information, see the [current limitations](#current-limitations) and [supported services and features](#supported-services-and-features).
58-
59-
Most new capabilities in Azure Monitor will be made available only with the Azure Monitor agent. Review whether the Azure Monitor agent has the features you require. Also, determine if there are some features that you can temporarily do without to get other important features in the new agent.
60-
61-
If the Azure Monitor agent has all the core capabilities you require, start transitioning to it. If there are critical features that you require, continue with the current agent until the Azure Monitor agent reaches parity.
62-
- **Tolerance for rework:** If you're setting up a new environment with resources such as deployment scripts and onboarding templates, assess the effort involved. If the setup will take a significant amount of work, consider setting up your new environment with the new agent as it's now generally available.
63-
64-
Azure Monitor's Log Analytics agent is retiring on August 31, 2024. The current agents will be supported until the retirement date.
65-
6654
## Coexistence with other agents
6755

6856
The Azure Monitor agent can coexist (run side by side on the same machine) with the legacy Log Analytics agents so that you can continue to use their existing functionality during evaluation or migration. For this reason, you can begin transition even with the limitations, but you must review the following points carefully:
@@ -131,7 +119,7 @@ The following table shows the current support for the Azure Monitor agent with A
131119
| Solution | Current support | More information |
132120
|:---|:---|:---|
133121
| [Change Tracking](../../automation/change-tracking/overview.md) | Supported as File Integrity Monitoring in the Microsoft Defender for Cloud Private Preview. | [Sign-up link](https://aka.ms/AMAgent) |
134-
| [Update Management](../../automation/update-management/overview.md) | Use Update Management v2 (Private Preview) that doesn't require an agent. | [Sign-up link](https://www.yammer.com/azureadvisors/threads/1064001355087872) |
122+
| [Update Management](../../automation/update-management/overview.md) | Use Update Management v2 - Public preview | [Update management center (preview) documentation](/azure/update-center/) |
135123

136124
## Costs
137125

@@ -152,12 +140,9 @@ The Azure Monitor agent supports Azure service tags. Both *AzureMonitor* and *Az
152140
| Azure Commercial |global.handler.control.monitor.azure.com |Access control service|Port 443 |Outbound|Yes |
153141
| Azure Commercial |`<virtual-machine-region-name>`.handler.control.monitor.azure.com |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
154142
| Azure Commercial |`<log-analytics-workspace-id>`.ods.opinsights.azure.com |Ingest logs data |Port 443 |Outbound|Yes |
155-
| Azure Government |global.handler.control.monitor.azure.us |Access control service|Port 443 |Outbound|Yes |
156-
| Azure Government |`<virtual-machine-region-name>`.handler.control.monitor.azure.us |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
157-
| Azure Government |`<log-analytics-workspace-id>`.ods.opinsights.azure.us |Ingest logs data |Port 443 |Outbound|Yes |
158-
| Azure China |global.handler.control.monitor.azure.cn |Access control service|Port 443 |Outbound|Yes |
159-
| Azure China |`<virtual-machine-region-name>`.handler.control.monitor.azure.cn |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
160-
| Azure China |`<log-analytics-workspace-id>`.ods.opinsights.azure.cn |Ingest logs data |Port 443 |Outbound|Yes |
143+
| Azure Commercial | management.azure.com | Only needed if sending timeseries data (metrics) to Azure Monitor [Custom metrics](../essentials/metrics-custom-overview.md) database | Port 443 | Outbound | Yes |
144+
| Azure Government | Replace '.com' above with '.us' | Same as above | Same as above | Same as above| Same as above |
145+
| Azure China | Replace '.com' above with '.cn' | Same as above | Same as above | Same as above| Same as above |
161146

162147
If you use private links on the agent, you must also add the [DCE endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint).
163148

0 commit comments

Comments
 (0)