Windows Admin Center for Azure Local - Registration warning

Pn 5 Reputation points
2025-04-30T05:21:41.15+00:00

How can I resolve an issue with the following warning displayed at WAC?

User's image

Tried registering stack again using "-RepairRegistration" parameter. Everything seems registered correctly. Uninstalled WAC extensions, reinstalled multiple times and still getting the same error.

Now for the interesting part - if I hit "Refresh" the error goes away and I can complete setup. Tried with different user accounts and browsers and behavior is the same.

After the extension is installed and setup completed, the same warning persists but "Set up" changes to "Connect".

User's image

Refreshing this screen results in another warning:

User's image

And refreshing once more, the warning goes away. This happens every time when navigating to "Windows Admin Center" in azure portal for Azure Local cluster.

Don't see this behavior for individual nodes.

User's image

The actual connection works randomly. Sometimes throws an error saying it cannot connect, sometimes gets stuck in "Starting Windows Admin Center" and sporadically the connection goes through without issues. At the same time, Azure WAC connection to individual nodes of the cluster works as expected, every single time.

Azure Local
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 5,040 Reputation points
    2025-04-30T07:42:59.35+00:00

    Hi Pn,
    thank you for posting your question on the Microsoft Q&A platform the community is always happy to help.

    Based on your description, the issue seems to stem from the registration process of Windows Admin Center (WAC) with Azure Stack HCI (Azure Local), particularly regarding Azure Arc integration. Although you've used the RepairRegistration parameter and reinstalled extensions, the warning persists, likely due to inconsistent or incomplete Arc registration, or a delay in status synchronization.

    In simple terms, what's going on Azure Stack HCI requires a successful registration with Azure Arc. If that process isn’t fully completed or if the WAC interface doesn’t correctly reflect the current state, you’ll see a warning message. The fact that refreshing the page temporarily removes the warning suggests either session caching issues or delays in status propagation.

    Check whether Azure Arc is truly enabled. Use PowerShell

    Get-AzStackHCIArcSetting
    

    or

    Get-AzureStackHCI
    

    Ensure that ConnectedToAzure is True.

    Re-register the cluster using the latest Az.StackHCI module

    Register-AzStackHCI -SubscriptionId <ID> -ResourceGroupName <Name> -Name <ClusterName> -Region <Region> -UseDeviceAuthentication
    

    Update the PowerShell module

    Update-Module -Name Az.StackHCI 
    

    Try configuring from the local instance of Windows Admin Center.

    Some configuration steps especially initial Azure Arc setup may require using the local WAC portal. See https://learn.microsoft.com/en-us/windows-server/manage/windows-admin-center/overview

    Clear browser cache or try incognito mode. Since the issue disappears on refresh, this may be a browser-side caching issue.

    Microsoft Docs of that issue Enable Azure Arc on Azure Stack HCI and Register-AzStackHCI PowerShell Reference and Troubleshoot Windows Admin Center in Azure and last on is Azure Stack HCI Registration Explained

     If needed, you can also check the even viewer on your management node and review the WAC logs located at %ProgramData%\Windows Admin Center\Logs.

    Best regards,
    Alex
    P.S. If my answer help to you, please Accept my answer.
    PSS That is my answer, but not a comment
    
    

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.