title | description | services | ms.topic | ms.date | ms.custom |
---|---|---|---|---|---|
Remove VMs from Azure Automation Change Tracking and Inventory |
This article tells how to remove VMs from Change Tracking and Inventory. |
automation |
conceptual |
05/10/2018 |
mvc |
When you're finished deploying changes to VMs in your environment, you can remove them from the Change Tracking and Inventory feature.
-
From your Automation account, select Change tracking or Inventory under Configuration Management.
-
Use the following command to identify the UUID of a VM that you want to remove from management.
az vm show -g MyResourceGroup -n MyVm -d
-
In your Log Analytics workspace under General, access the saved searches for the scope configuration
MicrosoftDefaultScopeConfig-ChangeTracking
. -
For the saved search
MicrosoftDefaultComputerGroup
, click the ellipsis to the right and select Edit. -
Remove the UUID for the VM.
-
Repeat the steps for any other VMs to remove.
-
Save the saved search when you're finished editing it.
- To continue working with Change Tracking and Inventory, see Manage Change Tracking and Inventory.
- To resolve general feature problems, see Troubleshoot Change Tracking and Inventory issues.