Skip to content

Commit 75ebb36

Browse files
authored
Merge pull request #222533 from SnehaSudhirG/28Dec-CTAMA2
Added new section - how to disable CT from VM
2 parents 4674c66 + 96936d0 commit 75ebb36

File tree

5 files changed

+28
-2
lines changed

5 files changed

+28
-2
lines changed

articles/automation/change-tracking/manage-change-tracking-monitoring-agent.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manage change tracking and inventory in Azure Automation using Azure Moni
33
description: This article tells how to use change tracking and inventory to track software and Microsoft service changes in your environment using Azure Monitoring Agent (Preview)
44
services: automation
55
ms.subservice: change-inventory-management
6-
ms.date: 12/14/2022
6+
ms.date: 12/28/2022
77
ms.topic: conceptual
88
---
99

@@ -76,6 +76,32 @@ To configure the monitoring of files and folders using wildcards, do the followi
7676
- When setting the path avoid general paths such as c:.** which will result in too many folders being traversed.
7777

7878

79+
## Disable Change Tracking from a virtual machine
80+
81+
To remove change tracking with Azure Monitoring Agent from a virtual machine, follow these steps:
82+
83+
### Disassociate Data Collection Rule (DCR) from a VM
84+
85+
1. In Azure portal, select **Virtual Machines** and in the search, select the specific Virtual Machine.
86+
1. In the Virtual Machine page, under **Operations**, select **Change tracking** or in the search, enter Change tracking and select it from the search result.
87+
1. Select **Settings** > **DCR** to view all the virtual machines associated with the DCR.
88+
1. Select the specific VM for which you want to disable the DCR.
89+
1. Select **Delete**.
90+
91+
:::image type="content" source="media/manage-change-tracking-monitoring-agent/disable-dcr-inline.png" alt-text="Screenshot of selecting a VM to dissociate the DCR from the VM." lightbox="media/manage-change-tracking-monitoring-agent/disable-dcr-expanded.png":::
92+
93+
A notification appears to confirm the disassociation of the DCR for the selected VM.
94+
95+
### Uninstall change tracking extension
96+
97+
1. In the Azure portal, select **Virtual Machines** and in the search, select the specific VM for which you have already disassociated the DCR.
98+
1. In the Virtual Machines page, under **Settings**, select **Extensions + applications**.
99+
1. In the **VM |Extensions + applications** page, under **Extensions** tab, select **MicrosoftAzureChangeTrackingAndInventoryChangeTracking-Windows/Linux**.
100+
101+
:::image type="content" source="media/manage-change-tracking-monitoring-agent/uninstall-extensions-inline.png" alt-text="Screenshort of selecting the extension for a VM that is already disassociated from the DCR." lightbox="media/manage-change-tracking-monitoring-agent/uninstall-extensions-expanded.png":::
102+
103+
1. Select **Uninstall**.
104+
79105
## Next steps
80106

81-
* To learn about alerts, see [Configuring alerts](../change-tracking/configure-alerts.md)
107+
* To learn about alerts, see [Configuring alerts](../change-tracking/configure-alerts.md).
93.5 KB
Loading
93.5 KB
Loading
Loading
Loading

0 commit comments

Comments
 (0)