title | description | services | ms.topic | ms.date | ms.custom |
---|---|---|---|---|---|
Remove VMs from Azure Automation Update Management |
This article tells how to remove VMs from Update Management. |
automation |
conceptual |
05/10/2018 |
mvc |
When you're finished deploying updates to VMs in your environment, you can remove them from the Update Management feature.
-
From your Automation account, select Update management under Update 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-Updates
. -
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 Update Management, see Manage updates and patches for your Azure VMs.
- To resolve general feature problems, see Troubleshoot Update Management issues.
- For issues with the Windows update agent, see Troubleshoot Windows update agent issues.
- For issues with the Linux update agent, see Troubleshoot Linux update agent issues.