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
Azure Monitor Agent (AMA) replaces the Log Analytics Agent (MMA/OMS) for Windows and Linux virtual machines, scale sets, and on premise and Arc-enabled servers. The [benefits of migrating to Azure Monitor Agent](../agents/azure-monitor-agent-migration.md) include enhanced security, cost-effectiveness, performance, manageability and reliability. This article explains how to use the AMA Migration Helper and DCR Config Generator tools to help automate and track the migration from Log Analytics Agent to Azure Monitor Agent.
18
18
19
-

19
+

> Do not remove the legacy agents if being used by other [Azure solutions or services](./azure-monitor-agent-overview.md#supported-services-and-features) (like Microsoft Defender for Cloud, Sentinel, VM Insights, etc). You can use the migration helper to discover which solutions and services you use today that depend on the legacy agents.
26
23
27
-
1. PowerShell version 5.1 or higher. We recommend using PowerShell version 7.1.3 or higher.
28
-
1. Read access for the specified workspace resources.
29
-
1. The `Az Powershell` module to pull workspace agent configuration information.
30
-
1. The Azure credentials for running `Connect-AzAccount` and `Select-AzSubscription`, which set the context for the script to run.
## Installing and using AMA Migration Helper (preview)
33
27
@@ -54,6 +48,14 @@ Use the DCR Config Generator tool to parse Log Analytics Agent configuration fro
54
48
> [!NOTE]
55
49
> DCR Config Generator does not currently support additional configuration for [Azure solutions or services](./azure-monitor-agent-overview.md#supported-services-and-features) dependent on Log Analytics Agent.
56
50
51
+
### Prerequisites
52
+
To install DCR Config Generator, you need:
53
+
54
+
1. PowerShell version 5.1 or higher. We recommend using PowerShell version 7.1.3 or higher.
55
+
1. Read access for the specified workspace resources.
56
+
1. The `Az Powershell` module to pull workspace agent configuration information.
57
+
1. The Azure credentials for running `Connect-AzAccount` and `Select-AzSubscription`, which set the context for the script to run.
58
+
57
59
To install DCR Config Generator:
58
60
59
61
1.[Download the PowerShell script](https://github.com/microsoft/AzureMonitorCommunity/tree/master/Azure%20Services/Azure%20Monitor/Agents/Migration%20Tools/DCR%20Config%20Generator).
0 commit comments