Skip to content

Commit 0f494b3

Browse files
authored
Merge pull request #206637 from snehithm/patch-18
update-infracredentials command change
2 parents a669644 + 409b8fd commit 0f494b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ There are two different sets of credentials stored on the Arc resource bridge. B
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
7070
71-
To update the credentials of the account for Arc resource bridge, run the following command from a workstation that can access cluster configuration IP address of the Arc resource bridge locally:
71+
To update the credentials of the account for Arc resource bridge, use the Azure CLI command [`az arcappliance update-infracredentials vmware`](/cli/azure/arcappliance/update-infracredential#az-arcappliance-update-infracredentials-vmware). Run the command from a workstation that can access cluster configuration IP address of the Arc resource bridge locally:
7272
7373
```azurecli
74-
az arcappliance setcredential vmware --kubeconfig <kubeconfig>
74+
az arcappliance update-infracredentials vmware --kubeconfig <kubeconfig>
7575
```
7676

7777
To update the credentials used by the VMware cluster extension on the resource bridge. This command can be run from anywhere with `connectedvmware` CLI extension installed.
@@ -108,4 +108,4 @@ If you're running this command from a different workstation, you must make sure
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)

0 commit comments

Comments
 (0)