Share via

How to Fix-Invoke-AzStackHCIArcIntegrationValidation Failed.ID:PreUpdate\Standard\Medium\ArcIntegation\17464258

Setua, Chiitaranjan 25 Reputation points
2025-10-11T02:34:09.6366667+00:00

I am trying to update from 2507 to 2509 ,however i am getting the below error during pre-check validation.

Invoke-AzStackHCIArcIntegrationValidation Failed.ID:PreUpdate\Standard\Medium\ArcIntegation\17464258

Azure Local
0 comments No comments

3 answers

Sort by: Most helpful
  1. Nikhil Duserla 9,940 Reputation points Microsoft External Staff Moderator
    2025-10-13T19:36:11.3566667+00:00

    Hello Setua, Chiitaranjan,

    Confirm that the Managed Identity (MI) associated with the cluster and nodes has the correct permissions:

    • Azure Connected Machine Onboarding
    • Azure Connected Machine Resource Administrator

    These roles should be assigned at the resource group level where the Arc resources are being registered.

    The issue is the version of the az.accounts powershell module. If you're running anything but 4.0.2, you'll run into this scenario. Start by checking the version of the module (Get-InstalledModule -Name Az.Accounts) and see if you're running 4.0.2 or anything else.

    If you have 4.0.2 and other versions, delete the rest (without notification) Get-InstalledModule -Name Az.Accounts -AllVersions -ErrorAction SilentlyContinue | Where-Object { $.Version -ne '4.0.2' } | ForEach-Object { Uninstall-Module -Name $.Name -RequiredVersion $_.Version -Force -ErrorAction SilentlyContinue }.

    If 4.0.2 is missing: Install-Module -Name Az.Accounts -RequiredVersion "4.0.2" -Force -AllowClobber -SkipPublisherCheck

    Do this on all your nodes/machines.

    Doing this will make the Azure Stack HCI Arc Integration step during the cluster validation of Azure Local continue without the errors you've seen before.

    you may also have to check Az.Resources PowerShell module and make sure that's the 7.8.0 version

    If you have any further queries, do let us know.

    Was this answer helpful?

    0 comments No comments

  2. Setua, Chiitaranjan 25 Reputation points
    2025-10-13T15:04:19.42+00:00

    Any Solution or any Suggestion ?

    Was this answer helpful?

    0 comments No comments

  3. Setua, Chiitaranjan 25 Reputation points
    2025-10-11T02:36:46.48+00:00

    User's image

    Was this answer helpful?

    0 comments No comments

Your answer

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