หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
To keep your Azure Arc resource bridge healthy and available, you need to perform maintenance such as updating credentials, monitoring upgrades, and creating a resource health alert. You can also update the proxy settings if there are changes post-deployment.
Important
Arc resource bridge can't be offline for longer than 45 days because the security key within the appliance VM may expire and can't be refreshed. As a best practice, create a resource health alert in the Azure portal to stay informed if an Arc resource bridge becomes unavailable.
Prerequisites
The management machine used to perform maintenance must meet all of the Arc resource bridge requirements.
The following sections describe common maintenance tasks for Arc resource bridge.
Update credentials in the appliance VM
Arc resource bridge consists of an on-premises appliance VM. The appliance VM stores credentials that are used to access the control plane of the on-premises infrastructure to view and manage on-premises resources (ex: vCenter credentials). The credentials used by Arc resource bridge are the same ones provided during deployment. It gives the resource bridge visibility to on-premises resources for guest management in Azure. If the credentials change (ex: your company requires a password change every 90 days), then the credentials stored in the Arc resource bridge must be updated.
You can test if the credentials within the appliance VM are valid by going to the Azure portal and performing an action on a machine that's Arc-enabled via the resource bridge. You can also attempt to upgrade the resource bridge. If you receive an error, then it is possible that the credentials need to be updated. For guidance on maintaining credentials for Arc-enabled VMware, see Update the vSphere account credentials. For Arc-enabled SCVMM, see Update the SCVMM account credentials.
Upgrade Arc resource bridge
Each Arc-enabled private cloud has its own upgrade guidelines and procedures. For more information, please refer to the Upgrade page.
Create resource health alerts
You can create a resource health alert rule in the Azure portal to monitor the state of your Arc resource bridge. Follow these steps to create an alert that notifies you if an Arc resource bridge becomes unavailable.
In the Azure portal, search and navigate to Service Health.
In the service menu, under RESOURCE HEALTH, select Resource health.
In the Subscription dropdown, select the subscription used to deploy your resource bridge.
In the Resource type dropdown, select Azure Arc Resource Bridge.
Select the resource bridge(s) from the list for which you want to configure alerts. If you want to set up alerts for all the resource bridges in your subscription, you can select Add resource health alert without selecting any resource bridges. This will also add health alerts for resource bridges you may deploy in the future.
To receive notifications only when the resource bridge becomes unhealthy, set the following conditions in the Condition tab:
Event status: Active
Current resource status: Unavailable
Previous resource status: Available
Select one or more Reason type values for your alert:
- Platform Initiated : Alerts you when a resource becomes unavailable due to platform issues.
- Unknown: Alerts you when a resource becomes unavailable, but the reason isn't known.
- User Initiated: Alerts you when a resource becomes unavailable due to an action taken by a user.
Select Next: Actions to continue. In the Actions tab, if you want to receive an email when the alert is triggered, select Use quick actions (preview) and complete the following:
Enter an Action group name and Display name
Check the Email box and enter an email address.
Select Save.
Select Next: Details to continue. In the Details tab:
- Select the resource group and region in which to create the alert rule.
- Enter a name for your alert rule, and a description if desired.
Select Review + create, then select Create.
For more information about resource health alert rule options, see Create or edit an activity log, service health, or resource health alert rule.
Update proxy settings (Preview)
Starting with appliance version 1.7.0 and az arcappliance CLI version 1.7.0, you can update proxy settings on an appliance using the Azure CLI command: az arcappliance configuration proxy update. The proxy update command is only supported for Azure Local and Arc-enabled VMware.
Use this command when:
- Your organization switches to a new proxy server.
- You need to disable proxy usage entirely.
- You want to rotate proxy credentials or certificates.
If an upgrade fails due to incorrect network proxy settings, you can run a proxy update to fix the values. If a proxy update operation fails, you must retry and have it succeed before performing any other operation, including retrying upgrade.
Delete Arc resource bridge
Important
For Azure Local, do not delete the Arc resource bridge unless you are given guidance by Microsoft. Arc resource bridge is a critical component to Azure Local and deleting it without guidance may cause irrecoverable damage to your Azure Local environment.
You might need to delete Arc resource bridge due to deployment failures, or when the resource bridge is no longer needed. Use the az arcappliance delete command to delete the Arc resource bridge. This command deletes the on-premises appliance VM, along with the Azure resource and underlying components across the two environments. Manually deleting the appliance VM or Azure resource may cause errors in future deployments as the connections between the two resources still exist on the backend.
Next steps
- Learn about upgrading Arc resource bridge.
- Review the Azure Arc resource bridge overview to understand more about requirements and technical details.
- Learn about system requirements for Azure Arc resource bridge.