Skip to content

Commit 18f29a4

Browse files
authored
simplify manual upgrade instructions
simplify upgrade instructions
1 parent 5aad486 commit 18f29a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Arc resource bridge can be manually upgraded from the management machine. You mu
6464

6565
Manual upgrade generally takes between 30-90 minutes, depending on network speeds. The upgrade command takes your Arc resource bridge to the next appliance version, which might not be the latest available appliance version. Multiple upgrades could be needed to reach a [supported version](#supported-versions). You can check your appliance version by checking the Azure resource of your Arc resource bridge.
6666

67-
To manually upgrade your Arc resource bridge, make sure you're using the latest `az arcappliance` CLI extension by running the extension upgrade command from the management machine:
67+
Before upgrading, you'll need the latest Azure CLI extension for `arcappliance`:
6868

6969
```azurecli
7070
az extension add --upgrade --name arcappliance
@@ -78,7 +78,7 @@ az arcappliance upgrade <private cloud> --config-file <file path to ARBname-appl
7878

7979
For example, to upgrade a resource bridge on VMware, run: `az arcappliance upgrade vmware --config-file c:\contosoARB01-appliance.yaml`
8080

81-
To upgrade a resource bridge on System Center Virtual Machine Manager (SCVMM), run: `az arcappliance upgrade scvmm --config-file c:\contosoARB01-appliance.yaml`
81+
To upgrade a resource bridge on SCVMM, run: `az arcappliance upgrade scvmm --config-file c:\contosoARB01-appliance.yaml`
8282

8383
To upgrade a resource bridge on Azure Stack HCI, please transition to 23H2 and use the built-in upgrade management tool. More info available [here](/azure-stack/hci/update/about-updates-23h2).
8484

0 commit comments

Comments
 (0)