Hi GabeCz,
If the "Update readiness" column for your cluster is stuck in "In Progress" after several hours, but "Status" says "Up to date," this typically points to a stalled or incomplete readiness check. Please check below steps:
Review Readiness Details:
- In the Azure Portal, go to your Azure Update Manager instance.
- Under the History or the Check readiness sections, look for failed or pending steps. Use the "View details" or "Affected systems" links to see what is causing the hang. Troubleshoot readiness checks
Run Health & Precheck Commands: Review output for "InProgress" or any explicit failures. Address remediation actions listed in the results.
# Run a solution health precheck
Invoke-SolutionUpdatePrecheck -SystemHealth
# Check for failed health checks
Get-SolutionUpdateEnvironment | Format-List HealthState,HealthCheckResult,HealthCheckDate
# For update readiness checks and failed updates
Get-SolutionUpdate | Format-Table Version, State, HealthCheckResult