Share via

Assessment failed

Eugene Garrison (Admin) 0 Reputation points
2023-06-30T14:59:33.59+00:00

I have an on prem machine that is part of a cluster. All VMs successfully installed Microsoft.SoftwareUpdateManagement.WindowsOsUpdateExtension except for one. I don't think its a GP issue or FW issue as all the VMs would experience the same.

Assessment failed due to this reason: Extension failed to install. Install/Update request for Extension: Microsoft.SoftwareUpdateManagement.WindowsOsUpdateExtension not allowed based on allowed/blocked list set on this machine.

Azure Arc
Azure Arc

A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.

{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,866 Reputation points Microsoft Employee Moderator
    2023-07-12T17:57:38.45+00:00

    @Eugene Garrison (Admin)

    Thanks for using Microsoft Q&A !!

    Based on the error message it looks like the Arc agent configuration has been set to block installation of certain extensions or not extensions are allowed to be installed on the machine. You can verify the below setting to see if that is causing the issue -

    1. Check if the extensions.enabled is true on respective Azure ARC instance using the config get extensions.enabled. If disabled, enable it using azcmagent config set extensions.enabled true. Please refer to the documentation.
    2. Check if the extensions is blocked using azcmagent config list cmdlet. If you see 'WindowsOSUpdateExtention' is blocked then you can remove it from the block list using azcmagent config set extensions.blocklist. Please note that if the extension name is listed in both block and allow list then the extension will be blocked. Refer to the documentation- Extension allowlists and blocklists You can refer to azcmagent CLI reference for cmdlets.

    Please let us know if you get any issues.

    Thanks Saurabh


    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.


Your answer

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