An Azure service to centrally manages updates and compliance at scale.
Hello Matteo Vivenzi, It sounds like you're working to integrate Azure Update Manager with your on-prem servers while leveraging Group Policy for update management. Here's how to proceed with your setup:
Azure Update Manager & GPO Integration
- Group Policy Settings: You've indicated you're using the GPO setting
Configure Automatic Updatesset to "Notify for download and install." This is indeed a suitable configuration, as it allows Azure Update Manager to manage the installation timing while still enabling your servers to download updates beforehand. By setting this to notification, you create a scenario where the update manager can take control during the maintenance window you've defined. - Impact on Azure Update Manager: With these GPO settings, Azure Update Manager will still handle the installation of updates according to the maintenance configurations you’ve created. However, it’s important to ensure there are no conflicting settings elsewhere in your GPO that might affect the behavior of the Windows Update client.
- Avoiding Conflicts: To ensure Azure Update Manager functions correctly, review the following:
- Confirm that no other Group Policies are conflicting with the
AUOptionsvalue. Ideally, all settings should align with Update Manager's expectations. - Watch out for other GPOs that might enable automatic reboots or specify different update sources that could conflict with Azure Update Manager.
- Confirm that no other Group Policies are conflicting with the
Recommendations:
- Pre-Download Update Setting: Although you want to manage reboot settings, it’s beneficial to set the GPO for automatic downloads (
AUOptions3), which enables updates to be downloaded before deployment action, mitigating issues related to maintenance windows being exceeded. - Test Your Configuration: After setting everything up, conduct tests to ensure updates are successfully downloaded and installed during your scheduled maintenance windows without unexpected restarts.
Follow-Up Questions:
- Have you enabled any conflicting settings in other GPOs that might affect Azure Update Manager's operation?
- Could you clarify whether all your on-prem servers have internet access or are they configured to use WSUS?
- Are you experiencing any specific errors or issues after implementing these settings?
References
- Getting Started - WSUS or SCCM with Azure Update Manager
- Support Matrices for Update Manager
- Configure Windows Update settings for Azure Update Manager
- Azure Update Manager FAQs
I hope this helps! If you need further assistance, feel free to ask! If the provided answer was helpful, please click Accept the Answer and upvote if the above was helpful.
Thanks