Skip to content

Commit aa18d6e

Browse files
Merge pull request #219547 from heprashn/patch-1
Experience changes for script input parameters
2 parents ddd8d90 + cacd30c commit aa18d6e

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,18 @@ Use the following steps to guide you through the process to onboard in Arc for A
9393
- `GatewayIPAddress` is the gateway for the segment for Arc appliance VM.
9494
- `applianceControlPlaneIpAddress` is the IP address for the Kubernetes API server that should be part of the segment IP CIDR provided. It shouldn't be part of the k8s node pool IP range.
9595
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd` are the starting and ending IP of the pool of IPs to assign to the appliance VM. Both need to be within the `networkCIDRForApplianceVM`.
96+
- `k8sNodeIPPoolStart`, `k8sNodeIPPoolEnd`, `gatewayIPAddress` ,`applianceControlPlaneIpAddress` are optional. You may choose to skip all the optional fields or provide values for all. If you choose not to provide the optional fields then you must use /28 address space for `networkCIDRForApplianceVM`
9697

9798
**Json example**
9899
```json
99100
{
100101
"subscriptionId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
101102
"resourceGroup": "test-rg",
102-
"applianceControlPlaneIpAddress": "10.14.10.10",
103103
"privateCloud": "test-pc",
104104
"isStatic": true,
105105
"staticIpNetworkDetails": {
106106
"networkForApplianceVM": "arc-segment",
107-
"networkCIDRForApplianceVM": "10.14.10.1/24",
108-
"k8sNodeIPPoolStart": "10.14.10.20",
109-
"k8sNodeIPPoolEnd": "10.14.10.30",
110-
"gatewayIPAddress": "10.14.10.1"
107+
"networkCIDRForApplianceVM": "10.14.10.1/28"
111108
}
112109
}
113110
```
@@ -159,7 +156,6 @@ After you've enabled VMs to be managed from Azure, you can install guest managem
159156
- Customers can view the list of VM extensions available in public preview.
160157
- Change tracking
161158
- Log analytics
162-
- Update management
163159
- Azure policy guest configuration
164160

165161
**Azure VMware Solution private cloud with Azure Arc**
@@ -310,19 +306,19 @@ When the extension installation steps are completed, they trigger deployment and
310306

311307
## Change Arc appliance credential
312308

313-
Use the following guide to change your Arc appliance credential once you've changed your SDDC credentials.
314-
315-
Use the **`Set Credential`** command to update the provider credentials for appliance resource. When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
309+
When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
316310

317311
1. Log into the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
318312
1. Run the following command for Windows-based jumpbox VM.
319313

320314
`./.temp/.env/Scripts/activate`
321315
1. Run the following command.
322316

323-
`az arcappliance setcredential vmware --kubeconfig kubeconfig`
317+
`az arcappliance update-infracredentials vmware --kubeconfig <kubeconfig file>`
318+
319+
1. Run the following command
324320

325-
1. Run the onboard command again. See step 3 in the [Process to onboard]() in Arc for Azure VMware Preview.
321+
`az connectedvmware vcenter connect --debug --resource-group {resource-group} --name {vcenter-name-in-azure} --location {vcenter-location-in-azure} --custom-location {custom-location-name} --fqdn {vcenter-ip} --port {vcenter-port} --username [email protected] --password {vcenter-password}`
326322

327323
> [!NOTE]
328324
> 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.

0 commit comments

Comments
 (0)