Azure HCI Validation failed

Oleksandr Prianishnikov 25 Reputation points
2024-08-01T10:02:32.72+00:00

Hello team,

We have a Proof of Concept (PoC) and are attempting to configure Azure HCI on an Azure VM with nested virtualization. However, we are encountering issues with Azure Stack HCI Network tasks.

The error is as follows:

Type 'ValidateNetwork' of Role 'EnvironmentValidator' raised an exception: Hyper-V encountered an error trying to access an object on computer 'HCI-01' because the object was not found. The object might have been deleted, or you might not have permission to perform the task. Verify that the Virtual Machine Management service on the computer is running. If the service is running, try to perform the task again by using Run as Administrator.

Has anyone seen this type of error? User's image

Community Center | Not monitored
{count} vote

Accepted answer
  1. Law Wen Feng 75 Reputation points
    2024-08-19T23:53:13.76+00:00

    Hey... what helped me was to configure nested virtualization with the command

    Set-VMProcessor -VMName TEST01 -ExposeVirtualizationExtensions $true

    and also i had to enable Mac Address Spoofing if not the dns validation might not pass too

    see if it works for you

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.