An error occurred when changing settings from 'Azure Update Manager' to 'Manual updates'

youngsik Ahn 81 Reputation points
2023-12-29T08:59:54.2733333+00:00

Hello.

I tried changing the setting from 'Azure Update Manager' to 'Manual updates'.

User's image

However, when I change the settings and save them, the following error occurs.

User's image

How can I fix this error?

Please help me.

Thank you.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,413 questions
Azure Update Manager
Azure Update Manager
An Azure service to centrally manages updates and compliance at scale.
376 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,996 Reputation points Moderator
    2023-12-29T09:31:28.2933333+00:00

    @youngsik Ahn To enable automatic VM guest patching on a Windows VM, the property osProfile.windowsConfiguration.enableAutomaticUpdates determines which patch modes can be set on the VM and this property can only be set when the VM is first created. This impacts certain patch mode transitions:

    • For VMs that have osProfile.windowsConfiguration.enableAutomaticUpdates=false, disable automatic VM guest patching by changing the patch mode to Manual.
    • For VMs that have osProfile.windowsConfiguration.enableAutomaticUpdates=true, disable automatic VM guest patching by changing the patch mode to AutomaticByOS.
    • Switching between AutomaticByOS and Manual modes is not supported.

    For more information, refer this document.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.