Hello azureentreprisemusic,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that the issue is related to missing KB updates on your Azure local instance. The error message indicates that the required LCUs (KB5053599 and KB5049620) are not installed on the host (NODE1), which is causing the validation to fail.
You will need to do the followings:
- Check if your Hyper-V host OS matches the exact build required by the recipe. For example, ASH 23H2 may require Windows Server 2022 build
20348.1
with KB5053599, not `25398.469 - The OS image AzureLocal23H2.25398.469 might be misaligned with your deployment target. Download the correct VHD from: https://learn.microsoft.com/en-us/azure-stack/operator/azure-stack-apply-os-update?view=azs-2501#prepare-the-os-image Then, use the Azure Stack Hub Marketplace to download the OS image matching your ASH version such as, 23H2 build 20348.1
- I will also suggest that if the host OS is newer like build
25398.469
, downgrade or reinstall to match the recipe’s baseline OS build. - If Strictly Necessary, though is not recommended for production environment: If the recipe is outdated, override validation checks by using PowerShell to skip validation:
Set-LocalRegistry -Name "BypassRecipeValidation" -Value "True"
- If you need to contact Microsoft Support, I recommend you share the OS image recipe ID and host logs via Microsoft Support for Azure Stack Hub and/or PCS: Priority Customer Support
I hope this is helpful! Do not hesitate to let me know if you have any other questions or clarifications.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.