Forum Discussion
Jsalmond
Feb 14, 2025Copper Contributor
Azure Stack HCI 23h2 upgrade & Azure local Resource
Good evening, After upgrading from 22H2 to 23H2, we encountered an issue where the Azure Local resource in the Azure portal appears as "not connected recently." Additionally, we are not seeing the "...
Kidd_Ip
Feb 15, 2025MVP
Any chance to fix by Re-register by using PowerShell?
Unregister-AzStackHCI -Name "YourClusterName"
Register-AzStackHCI -Name "YourClusterName" -Location "YourAzureRegion" -ResourceGroupName "YourResourceGroup" -SubscriptionId "YourSubscriptionId"