Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.41 KB

automation-remove-vms-from-change-tracking.md

File metadata and controls

36 lines (24 loc) · 1.41 KB
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

Remove VMs from Change Tracking and Inventory

When you're finished deploying changes to VMs in your environment, you can remove them from the Change Tracking and Inventory feature.

To remove your VMs

  1. From your Automation account, select Change tracking or Inventory under Configuration Management.

  2. 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
    
  3. In your Log Analytics workspace under General, access the saved searches for the scope configuration MicrosoftDefaultScopeConfig-ChangeTracking.

  4. For the saved search MicrosoftDefaultComputerGroup, click the ellipsis to the right and select Edit.

  5. Remove the UUID for the VM.

  6. Repeat the steps for any other VMs to remove.

  7. Save the saved search when you're finished editing it.

Next steps