Skip to content

Commit 42ee507

Browse files
committed
Fixing numbered steps
1 parent 69b3ddd commit 42ee507

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

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

Lines changed: 27 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ ms.date: 03/28/2022
1010

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

13-
1. Upgrading the Arc resource bridge
14-
15-
2. Updating the credentials
16-
17-
3. Collecting logs from the Arc resource bridge
13+
- Upgrading the Arc resource bridge
14+
- Updating the credentials
15+
- Collecting logs from the Arc resource bridge
1816

1917
Each of these operations requires either SSH key to the resource bridge VM or the kubeconfig that provides access to the Kubernetes cluster on the resource bridge VM.
2018

@@ -27,37 +25,37 @@ Azure Arc-enabled VMware vSphere requires the Arc resource bridge to connect you
2725
2826
To upgrade to the latest version of the resource bridge, perform the following steps:
2927

30-
- Copy the Azure region and resource IDs of the Arc resource bridge, custom location and vCenter Azure resources
31-
32-
- Find and delete the old Arc resource bridge **template** from your vCenter
33-
34-
- Download the script from the portal and update the following section in the script
35-
36-
```powershell
37-
$location = <Azure region of the resources>
38-
39-
$applianceSubscriptionId = <subscription-id>
40-
$applianceResourceGroupName = <resourcegroup-name>
41-
$applianceName = <resource-bridge-name>
42-
43-
$customLocationSubscriptionId = <subscription-id>
44-
$customLocationResourceGroupName = <resourcegroup-name>
45-
$customLocationName = <custom-location-name>
46-
47-
$vCenterSubscriptionId = <subscription-id>
48-
$vCenterResourceGroupName = <resourcegroup-name>
49-
$vCenterName = <vcenter-name-in-azure>
50-
```
28+
1. Copy the Azure region and resource IDs of the Arc resource bridge, custom location and vCenter Azure resources
29+
30+
2. Find and delete the old Arc resource bridge **template** from your vCenter
31+
32+
3. Download the script from the portal and update the following section in the script
33+
34+
```powershell
35+
$location = <Azure region of the resources>
36+
37+
$applianceSubscriptionId = <subscription-id>
38+
$applianceResourceGroupName = <resourcegroup-name>
39+
$applianceName = <resource-bridge-name>
40+
41+
$customLocationSubscriptionId = <subscription-id>
42+
$customLocationResourceGroupName = <resourcegroup-name>
43+
$customLocationName = <custom-location-name>
44+
45+
$vCenterSubscriptionId = <subscription-id>
46+
$vCenterResourceGroupName = <resourcegroup-name>
47+
$vCenterName = <vcenter-name-in-azure>
48+
```
5149
52-
- [Run the onboarding script](quick-start-connect-vcenter-to-arc-using-script.md#run-the-script) again with the `--force` parameter
50+
4. [Run the onboarding script](quick-start-connect-vcenter-to-arc-using-script.md#run-the-script) again with the `--force` parameter
5351
5452
``` powershell-interactive
5553
./resource-bridge-onboarding-script.ps1 --force
5654
```
5755
58-
- [Provide the inputs](quick-start-connect-vcenter-to-arc-using-script.md#inputs-for-the-script) as prompted.
56+
5. [Provide the inputs](quick-start-connect-vcenter-to-arc-using-script.md#inputs-for-the-script) as prompted.
5957
60-
- Once the onboarding is successfully completed, the resource bridge is upgraded to the latest version.
58+
6. Once the onboarding is successfully completed, the resource bridge is upgraded to the latest version.
6159
6260
## Updating the vSphere account credentials
6361

0 commit comments

Comments
 (0)