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/automation/change-tracking/manage-change-tracking-monitoring-agent.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage change tracking and inventory in Azure Automation using Azure Moni
3
3
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)
4
4
services: automation
5
5
ms.subservice: change-inventory-management
6
-
ms.date: 12/14/2022
6
+
ms.date: 12/28/2022
7
7
ms.topic: conceptual
8
8
---
9
9
@@ -76,6 +76,32 @@ To configure the monitoring of files and folders using wildcards, do the followi
76
76
- When setting the path avoid general paths such as c:.** which will result in too many folders being traversed.
77
77
78
78
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
+
79
105
## Next steps
80
106
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).
0 commit comments