Forum Discussion
Issues Testing Azure Stack HCI on Hyper-V (Single Node) – Onboarding and Azure Arc Integration
Hey VEROChad,
You’re right to test this in a single-node lab before committing hardware. I hope this helps.
This is what I've come across:
1. Single-node limitations: Azure Stack HCI officially requires a minimum of two physical nodes for proper onboarding to Azure and for Arc integration to fully function. Single-node environments aren’t supported for full registration, which is why the host shows as “not eligible.”
2. Hyper-V component error: Even if Hyper-V is active, Azure Stack HCI expects specific feature dependencies tied to the validated HCI build and drivers. Running it on a general Hyper-V VM often triggers this mismatch.
3. Windows Admin Center and Subscription: A Pay-As-You-Go subscription isn’t required to test WAC, but you’ll hit feature limitations when connecting to Azure services. For full hybrid testing, link WAC to a valid Azure subscription (even a trial one).
***Workarounds for lab validation
You can simulate parts of the environment using Azure Arc–enabled servers directly on Windows Server 2022/2025 (bypasses HCI hardware dependency).
For IaC, Terraform + PowerShell will still work for provisioning, but Arc registration will remain limited.
Alternatively, consider nested virtualization inside a 2-node Hyper-V cluster if your system resources allow—it’s closer to a true HCI test setup.
If your goal is to validate management and automation concepts rather than production HA performance, the Arc-enabled servers route is usually the most practical.
DarkVesper