Skip to content

Commit 19d5fe6

Browse files
committed
Updates based on customer feedback
1 parent 084ba03 commit 19d5fe6

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/automation/change-tracking/guidance-migration-log-analytics-monitoring-agent.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ author: snehasudhirG
55
services: automation
66
ms.subservice: change-inventory-management
77
ms.topic: conceptual
8-
ms.date: 11/03/2023
8+
ms.date: 02/07/2024
99
ms.author: sudhirsneha
10+
ms.custom: devx-track-azurepowershell
1011
---
1112

1213
# Migration guidance from Change Tracking and inventory using Log Analytics to Change Tracking and inventory using Azure Monitoring Agent version
@@ -61,34 +62,34 @@ Using the Azure portal, you can migrate from Change Tracking & Inventory with LA
6162

6263
#### Prerequisites
6364

64-
- Ensure to have the Windows PowerShell console installed. We recommend that you use PowerShell version 7.2 or higher. Follow the steps to [Install PowerShell on Windows](/powershell/scripting/install/installing-powershell-on-windows).
65+
- Ensure you have PowerShell installed. The latest version of PowerShell 7 or higher is recommended. Follow the steps to [Install PowerShell on Windows, Linux, and macOS](/powershell/scripting/install/installing-powershell).
6566
- Obtain Read access for the specified workspace resources.
66-
- Ensure that you have `Az.Accounts` and `Az.OperationalInsights` modules installed. The `Az.PowerShell` module is used to pull workspace agent configuration information.
67-
- Ensure to have the Azure credentials to run `Connect-AzAccount` and `Select Az-Context` that set the context for the script to run.
67+
- [Install the latest version of the Az PowerShell module](/powershell/azure/install-azure-powershell). The **Az.Accounts** and **Az.OperationalInsights** modules are required to pull workspace agent configuration information.
68+
- Ensure you have Azure credentials to run `Connect-AzAccount` and `Select-AzContext` which set the script's context.
6869
Follow these steps to migrate using scripts.
6970

7071
#### Migration guidance
7172

7273
1. Install the script and run it to conduct migrations.
73-
1. Ensure that the new workspace resource ID is different to the one with which it's associated to in the Change Tracking and Inventory using the LA version.
74+
1. Ensure the new workspace resource ID is different from the one associated with the Change Tracking and Inventory using the LA version.
7475
1. Migrate settings for the following data types:
7576
- Windows Services
7677
- Linux Files
7778
- Windows Files
7879
- Windows Registry
7980
- Linux Daemons
80-
1. Generate and associates a new DCR to transfer the settings to the Change Tracking and Inventory using AMA.
81+
1. Generate and associate a new DCR to transfer the settings to the Change Tracking and Inventory using AMA.
8182

8283
#### Onboard at scale
8384

84-
Use the [script](https://github.com/mayguptMSFT/AzureMonitorCommunity/blob/master/Azure%20Services/Azure%20Monitor/Agents/Migration%20Tools/DCR%20Config%20Generator/CTDcrGenerator/CTWorkSpaceSettingstoDCR.ps1) to migrate Change tracking workspace settings to data collection rule.
85+
Use the [script](https://github.com/mayguptMSFT/AzureMonitorCommunity/blob/master/Azure%20Services/Azure%20Monitor/Agents/Migration%20Tools/DCR%20Config%20Generator/CTDcrGenerator/CTWorkSpaceSettingstoDCR.ps1) to migrate Change tracking workspace settings to a data collection rule.
8586

8687
#### Parameters
8788

8889
**Parameter** | **Required** | **Description** |
8990
--- | --- | --- |
90-
`InputWorkspaceResourceId`| Yes | Resource ID of the workspace associated to Change Tracking & Inventory with Log Analytics. |
91-
`OutputWorkspaceResourceId`| Yes | Resource ID of the workspace associated to Change Tracking & Inventory with Azure Monitoring Agent. |
91+
`InputWorkspaceResourceId`| Yes | Resource ID of the workspace associated with Change Tracking & Inventory with Log Analytics. |
92+
`OutputWorkspaceResourceId`| Yes | Resource ID of the workspace associated with Change Tracking & Inventory with Azure Monitoring Agent. |
9293
`OutputDCRName`| Yes | Custom name of the new DCR created. |
9394
`OutputDCRLocation`| Yes | Azure location of the output workspace ID. |
9495
`OutputDCRTemplateFolderPath`| Yes | Folder path where DCR templates are created. |
@@ -131,8 +132,8 @@ To obtain the Log Analytics Workspace resource ID, follow these steps:
131132

132133
### [Using PowerShell script](#tab/limit-policy)
133134

134-
1. For File Content changes-based settings, you have to migrate manually from LA version to AMA version of Change Tracking & Inventory. Follow the guidance listed in [Track file contents](manage-change-tracking.md#track-file-contents).
135-
1. Any VM with > 100 file/registry settings for migration via portal isn't supported now.
135+
1. For File Content changes-based settings, you must migrate manually from LA version to AMA version of Change Tracking & Inventory. Follow the guidance listed in [Track file contents](manage-change-tracking.md#track-file-contents).
136+
1. Any VM with > 100 file/registry settings for migration via Azure Portal isn't supported.
136137
1. Alerts that you configure using the Log Analytics Workspace must be [manually configured](configure-alerts.md).
137138

138139
---

0 commit comments

Comments
 (0)