Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article shows you how to recover the Azure Arc resource bridge connection in disaster scenarios such as accidental deletion. In these scenarios, the connection between on-premises infrastructure and Azure is lost and any operations performed through Arc fail.
Recover the Arc resource bridge in case of virtual machine deletion
To recover from Arc resource bridge VM deletion, deploy a new resource bridge with the same resource ID as the current resource bridge by using the following steps.
Prerequisites
Run the disaster recovery script from the same folder where the config (.yaml) files are present. The machine used to run the script to deploy Arc resource bridge has the config files.
The machine used to run the script has bidirectional connectivity to the Arc resource bridge VM on port 6443 (Kubernetes API server) and 22 (SSH), and outbound connectivity to the Arc resource bridge VM on port 443 (HTTPS).
Recover Arc resource bridge from a Windows machine
Copy the Azure region and resource IDs of the Arc resource bridge, custom location, and SCVMM management server Azure resources.
Download this script and update the following section in the script by using the same information as the original resources in Azure.
$location = <Azure region of the original Arc resource bridge> $applianceSubscriptionId = <subscription-id> $applianceResourceGroupName = <resource-group-name> $applianceName = <resource-bridge-name> $customLocationSubscriptionId = <subscription-id> $customLocationResourceGroupName = <resource-group-name> $customLocationName = <custom-location-name> $vmmserverSubscriptionId = <subscription-id> $vmmserverResourceGroupName = <resource-group-name> $vmmserverName= <SCVMM-name-in-azure>Run the updated script from the same location where the config YAML files are stored after the initial onboarding. This location is most likely the same folder from where you ran the initial onboarding script unless you moved the config files later to a different location. Provide the inputs as prompted.
After the script runs successfully, the old Resource Bridge is recovered, and the connection is re-established to the existing Azure-enabled SCVMM resources.
Next steps
Troubleshoot Azure Arc resource bridge issues
If the recovery steps in this article don't restore Arc resource bridge to its original state, try one of the following support channels:
- Get answers from Azure experts through Microsoft Q&A.
- Connect with @AzureSupport, the official Microsoft Azure account for improving customer experience. Azure Support connects the Azure community to answers, support, and experts.
- Open an Azure support request.