Pagsasanay
Sertipikasyon
Microsoft Certified: Azure for SAP Workloads Specialty - Certifications
在利用 Azure 资源的同时,演示在 Microsoft Azure 上规划、迁移和操作 SAP 解决方案。
Hindi na suportado ang browser na ito.
Mag-upgrade sa Microsoft Edge para samantalahin ang mga pinakabagong tampok, update sa seguridad, at teknikal na suporta.
In this article, you learn how to restore the Azure Arc resource bridge connection to a working state in case of an accidental deletion of the resource bridge VM or if the resource bridge is irrecoverable.
The connection between on-premises infrastructure and Azure can be lost and any operations performed through Arc can fail in case of the following disaster scenarios:
In such disaster scenarios, you need to deploy a new resource bridge with the same resource ID as the current resource bridge using the following steps.
Copy the Azure region and resource IDs of the Arc resource bridge, custom location, and vCenter Azure resources.
The onboarding script (or az arcappliance run
command) creates a few YAML
files to store some metadata about the appliance.
YAML
files are not accessible, manually delete the resource bridge from Azure and also the resource bridge VM from the vCenter (if the VM exists).YAML
files are accessible, run the script from the same folder where these files are present, and the script will handle the deletion of the resource bridge.Download the onboarding script from the Azure portal and update the following section in the script, using the same information as the original resources in Azure.
$location = <Azure region of the resources>
$applianceSubscriptionId = <subscription-id>
$applianceResourceGroupName = <resource-group-name>
$applianceName = <resource-bridge-name>
$customLocationSubscriptionId = <subscription-id>
$customLocationResourceGroupName = <resource-group-name>
$customLocationName = <custom-location-name>
$vCenterSubscriptionId = <subscription-id>
$vCenterResourceGroupName = <resource-group-name>
$vCenterName = <vcenter-name-in-azure>
Run the onboarding script again with the --force
parameter.
./resource-bridge-onboarding-script.ps1 --force
Provide the inputs as prompted.
Once the script successfully finishes, the resource bridge should be recovered, and the previously disconnected Arc-enabled resources are manageable in Azure again.
Troubleshoot Azure Arc resource bridge issues
If the recovery steps mentioned above are unsuccessful in restoring Arc resource bridge to its original state, try one of the following channels for support:
Pagsasanay
Sertipikasyon
Microsoft Certified: Azure for SAP Workloads Specialty - Certifications
在利用 Azure 资源的同时,演示在 Microsoft Azure 上规划、迁移和操作 SAP 解决方案。
Dokumentasyon
从 Azure Arc 中删除 VMware vCenter 环境 - Azure Arc
本文介绍了从启用了 Azure Arc 的 VMware vSphere 中彻底删除 VMware vCenter 环境并从 Azure 中删除相关 Azure Arc 资源的步骤。
使用帮助程序脚本将 VMware vCenter Server 连接到 Azure Arc - Azure Arc
本快速入门介绍如何使用帮助程序脚本将 VMware vCenter Server 实例连接到 Azure Arc。
Azure Arc 资源网桥网络系统要求 - Azure Arc
了解 Azure Arc 资源网桥的系统要求。