Skip to content

Commit f92fc9f

Browse files
committed
Update deploy-arc-for-azure-vmware-solution.md
Minor updates made, no new content added
1 parent 5b83597 commit f92fc9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-vmware/deploy-arc-for-azure-vmware-solution.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ az feature show --name AzureArcForAVS --namespace Microsoft.AVS
6464

6565
Use the following steps to guide you through the process to onboard in Arc for Azure VMware Solution (Preview).
6666

67-
1. Sign into the jumpbox VM and extract the contents from the compressed file from the following [location](https://github.com/Azure/ArcOnAVS/releases). The extracted file contains the scripts to install the preview software.
67+
1. Sign into the jumpbox VM and extract the contents from the compressed file from the following [location](https://github.com/Azure/ArcOnAVS/releases/tag/v2.0.0). The extracted file contains the scripts to install the preview software.
6868
1. Open the 'config_avs.json' file and populate all the variables.
6969

7070
**Config JSON**
@@ -97,7 +97,7 @@ Use the following steps to guide you through the process to onboard in Arc for A
9797
```json
9898
{
9999
"subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
100-
"resourceGroup": "test-rg ",
100+
"resourceGroup": "test-rg",
101101
"applianceControlPlaneIpAddress": "10.14.10.10",
102102
"privateCloud": "test-pc",
103103
"isStatic": true,
@@ -183,7 +183,7 @@ This section will demonstrate how to use custom roles to manage granular access
183183

184184
#### Arc-enabled VMware vSphere custom roles
185185

186-
We provide three custom roles to meet your Role-based access controls (RBACs). These roles can be applied to a whole subscription, resource group, or a single resource.
186+
Three custom roles are provided to meet your Role-based access control (RBAC) requirements. These roles can be applied to a whole subscription, resource group, or a single resource.
187187

188188
- Azure Arc VMware Administrator role
189189
- Azure Arc VMware Private Cloud User role
@@ -324,7 +324,7 @@ Use the **`Set Credential`** command to update the provider credentials for appl
324324
1. Run the onboard command again. See step 3 in the [Process to onboard]() in Arc for Azure VMware Preview.
325325

326326
> [!NOTE]
327-
> Customers need to ensure kubeconfig and SSH remain available as they will be required for log collection, appliance Upgrade, and credential rotation. These parameters will be required at the time of upgrade, log collection, and credential update scenarios.
327+
> Customers need to ensure kubeconfig and SSH keys remain available as they will be required for log collection, appliance Upgrade, and credential rotation. These parameters will be required at the time of upgrade, log collection, and credential update scenarios.
328328

329329
**Parameters**
330330

@@ -347,6 +347,7 @@ Use the following steps to perform a manual upgrade for Arc appliance virtual ma
347347
1. Power off the VM.
348348
1. Delete the VM.
349349
1. Delete the download template corresponding to the VM.
350+
1. Delete the appliance ARM resource.
350351
1. Get the previous script `Config_avs` file and add the following configuration item:
351352
1. `"register":false`
352353
1. Download the latest version of the Azure VMware Solution onboarding script.

0 commit comments

Comments
 (0)