Skip to content

Commit 2824030

Browse files
committed
add links
1 parent 1a0db8c commit 2824030

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ When deploying the resource bridge on VMWare Vcenter, you may get an error sayin
346346

347347
## Next steps
348348

349+
[Understand recovery operations for resource bridge in Azure Arc-enabled VMware vSphere disaster scenarios](../resource-bridge/disaster-recovery.md)
350+
349351
If you don't see your problem here or you can't resolve your issue, try one of the following channels for support:
350352

351353
* Get answers from Azure experts through [Microsoft Q&A](/answers/topics/azure-arc.html).

articles/azure-arc/vmware-vsphere/day2-operations-resource-bridge.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Perform ongoing administration for Arc-enabled VMware vSphere
33
description: Learn how to perform day 2 administrator operations related to Azure Arc-enabled VMware vSphere
44
ms.topic: how-to
5-
ms.date: 03/28/2022
5+
ms.date: 08/25/2022
66

77
---
88

99
# Perform ongoing administration for Arc-enabled VMware vSphere
1010

1111
In this article, you'll learn how to perform various administrative operations related to Azure Arc-enabled VMware vSphere (preview):
1212

13-
- Upgrading the Arc resource bridge
13+
- Upgrading the Azure Arc resource bridge (preview)
1414
- Updating the credentials
1515
- Collecting logs from the Arc resource bridge
1616

@@ -21,7 +21,7 @@ Each of these operations requires either SSH key to the resource bridge VM or th
2121
Azure Arc-enabled VMware vSphere requires the Arc resource bridge to connect your VMware vSphere environment with Azure. Periodically, new images of Arc resource bridge will be released to include security and feature updates.
2222

2323
> [!NOTE]
24-
> To upgrade the arc resource bridge VM to the latest version, you will need to perform the onboarding again with the **same resource IDs**. This will cause some downtime as operations performed through Arc during this time might fail.
24+
> To upgrade the Arc resource bridge VM to the latest version, you will need to perform the onboarding again with the **same resource IDs**. This will cause some downtime as operations performed through Arc during this time might fail.
2525
2626
To upgrade to the latest version of the resource bridge, perform the following steps:
2727

@@ -63,7 +63,7 @@ Azure Arc-enabled VMware vSphere uses the vSphere account credentials you provid
6363
6464
As part of your security practices, you might need to rotate credentials for your vCenter accounts. As credentials are rotated, you must also update the credentials provided to Azure Arc to ensure the functioning of Azure Arc-enabled VMware services.
6565
66-
There are two different sets of credentials stored on the Arc resource bridge. But you can use the same account credentials for both.
66+
There are two different sets of credentials stored on the Arc resource bridge. You can use the same account credentials for both.
6767
6868
- **Account for Arc resource bridge**. This account is used for deploying the Arc resource bridge VM and will be used for upgrade.
6969
- **Account for VMware cluster extension**. This account is used to discover inventory and perform all VM operations through Azure Arc-enabled VMware vSphere
@@ -100,12 +100,13 @@ az arcappliance logs <provider> --out-dir <path to specified output directory> -
100100

101101
During initial onboarding, SSH keys are saved to the workstation. If you're running this command from the workstation that was used for onboarding, no other steps are required.
102102

103-
If you're running this command from a different workstation, you must make sure the following files are copied to the new workstation in the same location.
103+
If you're running this command from a different workstation, make sure the following files are copied to the new workstation in the same location.
104104

105105
- For a Windows workstation, `C:\ProgramData\kva\.ssh\logkey` and `C:\ProgramData\kva\.ssh\logkey.pub`
106106

107107
- For a Linux workstation, `$HOME\.KVA\.ssh\logkey` and `$HOME\.KVA\.ssh\logkey.pub`
108108

109109
## Next steps
110110

111-
[Troubleshoot common issues related to resource bridge](../resource-bridge/troubleshoot-resource-bridge.md)
111+
- [Troubleshoot common issues related to resource bridge](../resource-bridge/troubleshoot-resource-bridge.md)
112+
- [Understand disastery recovery operations for resource bridge](../resource-bridge/disaster-recovery.md)

0 commit comments

Comments
 (0)