NetworkIntentValidationFailed while validation of ARM template

Christian van Eickelen 1 Reputation point
2024-07-02T07:29:06.87+00:00

Hey guys,

I am deploying a three-node Azure Stack HCI cluster in switchless mode using ARM template. I already get rid several errors but I am confused about this:

{"code":"NetworkIntentValidationFailed","target":"/subscriptions/b15ce4a0-7fb0-40e6-ab50-6e443d4e4f94/resourceGroups/rg-ashci/providers/Microsoft.HybridCompute/machines/ASHCI1/providers/Microsoft.AzureStackHCI/edgeDevices/default","message":"Network adapters found for edge device [/subscriptions/b15ce4a0-7fb0-40e6-ab50-6e443d4e4f94/resourceGroups/rg-ashci/providers/Microsoft.HybridCompute/machines/ASHCI1/providers/Microsoft.AzureStackHCI/edgeDevices/default] are [SMB2, SMB1], do not match with required adapters [vEthernet (vManagement(MgmtCompute)), SMB1, SMB2]","details":[{"code":"NetworkIntentValidationFailed","message":"Network adapters found for edge device [/subscriptions/xxxxxxx-7fb0-xxxx-xxxx-6e443d4e4f94/resourceGroups/rg-ashci/providers/Microsoft.HybridCompute/machines/ASHCI1/providers/Microsoft.AzureStackHCI/edgeDevices/default] are [SMB2, SMB1], do not match with required adapters [vEthernet (vManagement(MgmtCompute)), SMB1, SMB2]"}]}

Does anyone know what's happening here?

Thanks you,

Chris

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
300 questions
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 7,280 Reputation points
    2024-07-02T07:45:40.2633333+00:00

    Hello Christian van Eickelen,

    Thanks for your question.

    You need to check that the vEthernet (vManagement(MgmtCompute)) adapter is present and correctly configured on your edge device by checking hyper-v and VM ASHCI1. If missing pls add.

    You can also Check the configuration of the network intent policies to ensure that they include the vEthernet

    See: https://video2.skills-academy.com/en-us/azure-stack/hci/manage/manage-network-atc?tabs=21H2

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    0 comments No comments