You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/deploy-arc-for-azure-vmware-solution.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ In this article, you'll learn how to deploy Arc for Azure VMware Solution. Once
15
15
Before you begin checking off the prerequisites, verify the following actions have been done:
16
16
17
17
- You deployed an Azure VMware Solution private cluster.
18
-
- You have a connection to the Azure VMware Solution private cloud through your on-prem environment or your native Azure Virtual Network.
18
+
- You have a connection to the Azure VMware Solution private cloud through your on-premises environment or your native Azure Virtual Network.
19
19
- There should be an isolated NSX-T Data Center segment for deploying the Arc for Azure VMware Solution Open Virtualization Appliance (OVA). If an isolated NSX-T Data Center segment doesn't exist, one will be created.
20
20
21
21
## Prerequisites
@@ -35,7 +35,7 @@ The following items are needed to ensure you're set up to begin the onboarding p
35
35
> [!NOTE]
36
36
> Only the default port of 443 is supported. If you use a different port, Appliance VM creation will fail.
37
37
38
-
At this point, you should have already deployed an Azure VMware Solution private cloud. You need to have a connection from your on-prem environment or your native Azure Virtual Network to the Azure VMware Solution private cloud.
38
+
At this point, you should have already deployed an Azure VMware Solution private cloud. You need to have a connection from your on-premises environment or your native Azure Virtual Network to the Azure VMware Solution private cloud.
39
39
40
40
For Network planning and setup, use the [Network planning checklist - Azure VMware Solution | Microsoft Docs](./tutorial-network-checklist.md)
41
41
@@ -93,7 +93,7 @@ Use the following steps to guide you through the process to onboard in Arc for A
93
93
- `GatewayIPAddress` is the gateway for the segment for Arc appliance VM.
94
94
- `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.
95
95
- `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`
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`
97
97
98
98
**Json example**
99
99
```json
@@ -306,9 +306,9 @@ When the extension installation steps are completed, they trigger deployment and
306
306
307
307
## Change Arc appliance credential
308
308
309
-
When **cloudadmin** credentials are updated, use the following steps to update the credentials in the appliance store.
309
+
When **cloud admin** credentials are updated, use the following steps to update the credentials in the appliance store.
310
310
311
-
1. Log into the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
311
+
1. Log in to the jumpbox VM from where onboarding was performed. Change the directory to **onboarding directory**.
312
312
1. Run the following command for Windows-based jumpbox VM.
313
313
314
314
`./.temp/.env/Scripts/activate`
@@ -344,7 +344,7 @@ Use the following steps to perform a manual upgrade for Arc appliance virtual ma
344
344
1. Power off the VM.
345
345
1. Delete the VM.
346
346
1. Delete the download template corresponding to the VM.
347
-
1. Delete the resource bridge ARM resource.
347
+
1. Delete the resource bridge Azure Resource Manager resource.
348
348
1. Get the previous script `Config_avs` file and add the following configuration item:
349
349
1. `"register":false`
350
350
1. Download the latest version of the Azure VMware Solution onboarding script.
@@ -361,7 +361,7 @@ Use the following steps to uninstall extensions from the portal.
361
361
>[!NOTE]
362
362
>**Steps 2-5** must be performed for all the VMs that have VM extensions installed.
363
363
364
-
1. Log into your Azure VMware Solution private cloud.
364
+
1. Log in to your Azure VMware Solution private cloud.
365
365
1. Select **Virtual machines** in **Private cloud**, found in the left navigation under “Arc-enabled VMware resources”.
366
366
1. Search and select the virtual machine where you have **Guest management** enabled.
367
367
1. Select **Extensions**.
@@ -401,9 +401,9 @@ For the final step, you'll need to delete the resource bridge VM and the VM temp
401
401
402
402
## Preview FAQ
403
403
404
-
**Is Arc supported in all the Azure VMware Solution regions?**
404
+
**Region support for Azure VMware Solution**
405
405
406
-
Arc is supported in EastUS, WestEU, UK South, Australia East, Canada Central and Southeast Asia regions however we are working to extend the regional support.
406
+
Arc for Azure VMware Solution is supported in all regions where Arc for VMware vSphere on-premises is supported. For more details, see [Azure Arc-enabled VMware vSphere](https://learn.microsoft.com/azure/azure-arc/vmware-vsphere/overview).
407
407
408
408
**How does support work?**
409
409
@@ -419,7 +419,7 @@ Yes
419
419
420
420
**Is DHCP support available?**
421
421
422
-
DHCP support is not available to customers at this time, we only support static IP.
422
+
DHCP support isn't available to customers at this time, we only support static IP.
423
423
424
424
>[!NOTE]
425
425
> This is Azure VMware Solution 2.0 only. It's not available for Azure VMware Solution by Cloudsimple.
0 commit comments