Hi Menna,
Thank you for reaching out and providing a clear summary of the issue and the steps you’ve already taken here at Q&A portal.
Based on your description, it appears that the Azure Migrate appliance is unable to successfully complete discovery of the Hyper-V cluster, despite initial validation success. Since standalone hosts are discovered properly, the issue is likely specific to how cluster-level metadata is being handled or retrieved.
Lets think what should be checked and steps what to do
Ensure the cluster is running on Windows Server 2016 or later Azure Migrate supports discovery of Hyper-V clusters running supported OS versions. Please verify that both clusters are on a supported platform.
Cluster Management Tools and PowerShell Access The Azure Migrate appliance uses PowerShell and WMI to gather cluster metadata. Make sure:
Failover Clustering feature is properly installed and functional.
The user credentials provided to the appliance have administrative permissions on the cluster nodes and the cluster name object (CNO).
Remote PowerShell and WMI access is enabled and not being blocked by firewalls or security settings.
DNS Resolution Since you mentioned the host resolves to the FQDN of the cluster, ensure the Azure Migrate appliance can resolve both the FQDN and NetBIOS names of:
Each cluster node
The cluster itself
You can test this from the appliance using:
Resolve-DnsName <ClusterName>
Test-Connection <ClusterName>
Check Event Logs and Azure Migrate Appliance Logs On the Azure Migrate appliance, check the logs under: C:\ProgramData\ASRLogs\Appliance Look for entries related to HyperVDiscovery or cluster lookup failures.
Try manual re-addition and monitor behavior If the cluster disappears from the source list, try removing any stale records, restart the appliance service, and re-add the cluster using its FQDN rather than IP.
Discovery does not work over IP addresses only for clusters — using FQDN and proper DNS configuration is required.
Occasionally, if WinRM or DCOM/WMI ports are blocked or partially configured on one node, discovery may silently fail and the source is dropped.
Helpful Documentation:
Azure Migrate supported configurations for Hyper-V
Best regards,
Alex
P.s. If my answer help to you, please Accept my answer