You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/agents-overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Using Azure Monitor agent, you get immediate benefits as shown below:
37
37
38
38
## Consolidating legacy agents
39
39
40
-
Deploy Azure Monitor Agent on all new virtual machines, scale sets, and on-premises servers to collect data for [supported services and features](#supported-services-and-features).
40
+
Deploy Azure Monitor Agent on all new virtual machines, scale sets, and on-premises servers to collect data for [supported services and features](./azure-monitor-agent-migration.md#migrate-additional-services-and-features).
41
41
42
42
If you have machines already deployed with legacy Log Analytics agents, we recommend you [migrate to Azure Monitor Agent](./azure-monitor-agent-migration.md) as soon as possible. The legacy Log Analytics agent will not be supported after August 2024.
For a list of features and services that use Azure Monitor Agent for data collection, see [Migrate to Azure Monitor Agent from Log Analytics agent](../agents/azure-monitor-agent-migration.md#services-and-features-migrating-away-from-log-analytics-agent).
91
+
For a list of features and services that use Azure Monitor Agent for data collection, see [Migrate to Azure Monitor Agent from Log Analytics agent](../agents/azure-monitor-agent-migration.md#migrate-additional-services-and-features).
92
92
93
93
## Supported regions
94
94
@@ -126,7 +126,7 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
126
126
|| Azure Storage ||| X |
127
127
|| Event Hub ||| X |
128
128
|**Services and features supported**|||||
129
-
|| Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X ||
129
+
|| Microsoft Sentinel | X ([View scope](./azure-monitor-agent-migration.md#migrate-additional-services-and-features)) | X ||
130
130
|| VM Insights | X (Public preview) | X ||
131
131
|| Microsoft Defender for Cloud | X (Public preview) | X ||
132
132
|| Automation Update Management || X ||
@@ -152,7 +152,7 @@ The tables below provide a comparison of Azure Monitor Agent with the legacy the
152
152
|| Azure Storage ||| X ||
153
153
|| Event Hub ||| X ||
154
154
|**Services and features supported**||||||
155
-
|| Microsoft Sentinel | X ([View scope](#supported-services-and-features)) | X ||
155
+
|| Microsoft Sentinel | X ([View scope](./azure-monitor-agent-migration.md#migrate-additional-services-and-features)) | X ||
156
156
|| VM Insights | X (Public preview) | X ||
157
157
|| Microsoft Defender for Cloud | X (Public preview) | X ||
158
158
|| Update Management | X (Public preview, independent of monitoring agents) | X ||

20
20
21
21
> [!IMPORTANT]
22
-
> Do not remove legacy agents being used by other [Azure solutions or services](./azure-monitor-agent-migration.md#services-and-features-migrating-away-from-log-analytics-agent). Use the migration helper to discover which solutions and services you use today.
22
+
> Do not remove legacy agents being used by other [Azure solutions or services](./azure-monitor-agent-migration.md#migrate-additional-services-and-features). Use the migration helper to discover which solutions and services you use today.
@@ -42,7 +42,7 @@ Azure Monitor Agent relies only on [data collection rules (DCRs)](../essentials/
42
42
Use the DCR Config Generator tool to parse Log Analytics Agent configuration from your workspaces and generate/deploy corresponding data collection rules automatically. You can then associate the rules to machines running the new agent using built-in association policies.
43
43
44
44
> [!NOTE]
45
-
> DCR Config Generator does not currently support additional configuration for [Azure solutions or services](./azure-monitor-agent-migration.md#services-and-features-migrating-away-from-log-analytics-agent) dependent on Log Analytics Agent.
45
+
> DCR Config Generator does not currently support additional configuration for [Azure solutions or services](./azure-monitor-agent-migration.md#migrate-additional-services-and-features) dependent on Log Analytics Agent.
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/azure-monitor-agent-migration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Before you begin migrating from the Log Analytics agent to Azure Monitor Agent,
30
30
> [!div class="checklist"]
31
31
> -**Check the [prerequisites](./azure-monitor-agent-manage.md#prerequisites) for installing Azure Monitor Agent.**<br>To monitor non-Azure and on-premises servers, you must [install the Azure Arc agent](../../azure-arc/servers/agent-overview.md). You won't incur an additional cost for installing the Azure Arc agent and you don't necessarily need to use Azure Arc to manage your non-Azure virtual machines.
32
32
> -**Understand your current needs.**<br>Use the **Workspace overview** tab of the [AMA Migration Helper](./azure-monitor-agent-migration-tools.md#using-ama-migration-helper) to see connected agents and discover solutions enabled on your Log Analytics workspaces that use legacy agents, including per-solution migration recommendations.
33
-
> -**Verify that Azure Monitor Agent can address all of your needs.**<br>Azure Monitor Agent is generally available for data collection and is used for data collection by various Azure Monitor features and other Azure services. For details, see [Supported services and features](#services-and-features-migrating-away-from-log-analytics-agent).
33
+
> -**Verify that Azure Monitor Agent can address all of your needs.**<br>Azure Monitor Agent is generally available for data collection and is used for data collection by various Azure Monitor features and other Azure services. For details, see [Supported services and features](#migrate-additional-services-and-features).
34
34
> -**Consider installing Azure Monitor Agent together with a legacy agent for a transition period.**<br>Run Azure Monitor Agent alongside the legacy Log Analytics agent on the same machine to continue using existing functionality during evaluation or migration. Keep in mind that running two agents on the same machine doubles resource consumption, including but not limited to CPU, memory, storage space, and network bandwidth.<br>
35
35
> - If you're setting up a new environment with resources, such as deployment scripts and onboarding templates, install Azure Monitor Agent together with a legacy agent in your new environment to decrease the migration effort later.
36
36
> - If you have two agents on the same machine, avoid collecting duplicate data.<br> Collecting duplicate data from the same machine can skew query results, affect downstream features like alerts, dashboards, and workbooks, and generate extra charges for data ingestion and retention.<br>
@@ -84,7 +84,7 @@ Before you begin migrating from the Log Analytics agent to Azure Monitor Agent,
84
84
- Don't uninstall the legacy agent if you need to use it to upload data to System Center Operations Manager.
85
85
86
86
<sup>1</sup> The DCR generator only converts the configurations for Windows event logs, Linux syslog and performance counters. Support for additional features and solutions will be available soon
87
-
<sup>2</sup> You might need to deploy [extensions required for specific solutions](#services-and-features-migrating-away-from-log-analytics-agent) in addition to the Azure Monitor Agent extension.
87
+
<sup>2</sup> You might need to deploy [extensions required for specific solutions](#migrate-additional-services-and-features) in addition to the Azure Monitor Agent extension.
0 commit comments