Skip to content

Commit d4b518f

Browse files
Merge pull request #225132 from suzizuber/szuber/update-faq-region-support
Update deploy-arc-for-azure-vmware-solution.md
2 parents ed7f968 + 4ca0648 commit d4b518f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this article, you'll learn how to deploy Arc for Azure VMware Solution. Once
1515
Before you begin checking off the prerequisites, verify the following actions have been done:
1616

1717
- 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.
1919
- 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.
2020

2121
## Prerequisites
@@ -35,7 +35,7 @@ The following items are needed to ensure you're set up to begin the onboarding p
3535
> [!NOTE]
3636
> Only the default port of 443 is supported. If you use a different port, Appliance VM creation will fail.
3737
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.
3939

4040
For Network planning and setup, use the [Network planning checklist - Azure VMware Solution | Microsoft Docs](./tutorial-network-checklist.md)
4141

@@ -93,7 +93,7 @@ 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`
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`
9797

9898
**Json example**
9999
```json
@@ -306,9 +306,9 @@ When the extension installation steps are completed, they trigger deployment and
306306

307307
## Change Arc appliance credential
308308

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.
310310

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**.
312312
1. Run the following command for Windows-based jumpbox VM.
313313

314314
`./.temp/.env/Scripts/activate`
@@ -344,7 +344,7 @@ Use the following steps to perform a manual upgrade for Arc appliance virtual ma
344344
1. Power off the VM.
345345
1. Delete the VM.
346346
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.
348348
1. Get the previous script `Config_avs` file and add the following configuration item:
349349
1. `"register":false`
350350
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.
361361
>[!NOTE]
362362
>**Steps 2-5** must be performed for all the VMs that have VM extensions installed.
363363

364-
1. Log into your Azure VMware Solution private cloud.
364+
1. Log in to your Azure VMware Solution private cloud.
365365
1. Select **Virtual machines** in **Private cloud**, found in the left navigation under “Arc-enabled VMware resources”.
366366
1. Search and select the virtual machine where you have **Guest management** enabled.
367367
1. Select **Extensions**.
@@ -401,9 +401,9 @@ For the final step, you'll need to delete the resource bridge VM and the VM temp
401401

402402
## Preview FAQ
403403

404-
**Is Arc supported in all the Azure VMware Solution regions?**
404+
**Region support for Azure VMware Solution**
405405

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).
407407

408408
**How does support work?**
409409

@@ -419,7 +419,7 @@ Yes
419419

420420
**Is DHCP support available?**
421421

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.
423423

424424
>[!NOTE]
425425
> This is Azure VMware Solution 2.0 only. It's not available for Azure VMware Solution by Cloudsimple.

0 commit comments

Comments
 (0)