Hello @Robin,
Thank you for providing the detailed information — this is very helpful.
From your description, the Arc Resource Bridge VM is missing from Hyper‑V while the Azure resource still exists, which is why you’re seeing ResourceBridge status = Offline and management operations being blocked.
What’s happening
The Arc Resource Bridge (ARB) is a critical component for Azure Arc–enabled environments (including AKS on Azure Local). If the underlying VM is deleted or becomes unavailable:
- Azure still shows the appliance resource as existing
- However, the actual connectivity layer is broken, resulting in:
-
ResourceBridge = Offline - Blocked VM / AKS management from Azure
- Cluster updates failing
-
Recommended resolution
Based on Microsoft guidance for Arc appliances, the supported approach in this scenario is to re-create or repair the Arc Resource Bridge, since the VM backing the appliance is no longer present.
1. Validate current state
- Confirm via:
-
az arcappliance show- Hyper‑V:
Get-VM(already validated in your case)
- Hyper‑V:
-
2. Restart / redeploy the Arc Resource Bridge (preferred fix)
If the VM is fully missing, it cannot be recovered — you will need to redeploy the appliance:
- Re-run the Arc Resource Bridge deployment/repair process
- Use the same configuration (network, cluster, region)
3. Clean up stale/orphaned resources (important in your case)
Since you mentioned:
- orphaned MOC disk registrations
- VHDX locks preventing cleanup
These usually occur when the appliance VM is removed unexpectedly. You may need to:
- Remove stale MOC entries via PowerShell
- Ensure no storage locks remain before redeployment
(This step ensures the new ARB deployment succeeds without conflicts.)
4. Reconnect AKS / cluster resources
Once ARB is redeployed:
- Azure connectivity will be restored
- AKS clusters should become manageable again through the portal
Microsoft documentation
For reference, please review:
- https://learn.microsoft.com/azure/azure-arc/resource-bridge/overview
- https://learn.microsoft.com/azure/azure-arc/resource-bridge/troubleshoot
Summary
In this case, the issue is not with Azure itself but with the missing on‑premises Arc Resource Bridge VM, which is essential for connectivity. Since the VM no longer exists, the recommended resolution is to redeploy the Arc Resource Bridge and clean up any orphaned artifacts beforehand.