Yes, you're absolutely right in observing a behavioral change in Build 2505 compared to 2504. Test fails because you are still using the Windows “in-box” driver, i.e. the generic one provided by Microsoft. For Azure Local or Azure Stack HCI this type of driver is not supported: you need the official Intel driver or, even better, the one provided by your OEM (Dell, HPE, Lenovo etc.) so that it shows as DriverProvider = Intel or equivalent. Until you change it, the validation will continue to fail (the Adapter inbox driver check step).
Build 2505 enforces stricter validation for networking drivers, specifically blocking inbox drivers, including for QLogic/BCM57800-based NICs, even when RDMA is disabled and the setup is single-node.
This was not enforced in build 2504, which allowed you to proceed — and this is a deliberate change in build 2505+. The check applies regardless of RDMA status or cluster size. Microsoft's documentation confirms no exceptions for POC scenarios
https://learn.microsoft.com/en-us/azure/azure-local/whats-new?view=azloc-2505
Driver Requirements
Inbox drivers are not supported for use with Azure Local. To identify if your adapter is using an inbox driver, run the following cmdlet. An adapter is using an inbox driver if the DriverProvider property is Microsoft.
Get-NetAdapter -Name <AdapterName> | Select *Driver*
You could technically re-use Build 2504 for POC purposes only, but this is not recommended for long-term or supported deployment, as:
- It's preview
- Not getting updates or support lifecycle alignment
Reach out to Dell Enterprise Support and request a 23H2-compatible WHCP driver for BCM57800.
Microsoft has been pushing hardware + driver compliance as a key requirement for all production deployments since HCI 21H2, but 23H2 enforces it more strictly.
I remind you that without the right driver Azure Local blocks key features such as RDMA, Dynamic VMMQ and SR-IOV, and that driver+firmware pairing is essential to avoid finding yourself with a card in reduced compatibility.
Once everything is fixed, the test passes and you can continue with the cluster deployment.
Please let me know if you have any further queries!
If the information is helpful, please click "upvote" to let us know!