Skip to content

Commit 18f8173

Browse files
committed
review edits
1 parent 66a9e04 commit 18f8173

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/expressroute/gateway-migration.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: duau
1212
---
1313

1414
# About migrating to an availability zone-enabled ExpressRoute virtual network gateway
15-
When creating an ExpressRoute virtual network gateway, selecting the appropriate [gateway SKU](expressroute-about-virtual-network-gateways.md#gateway-types) is crucial. Higher-level SKUs allocate more CPUs and network bandwidth to the gateway, enabling higher network throughput and more reliable connections to the virtual network.
15+
When you create an ExpressRoute virtual network gateway, selecting the appropriate [gateway SKU](expressroute-about-virtual-network-gateways.md#gateway-types) is crucial. Higher-level SKUs allocate more CPUs and network bandwidth to the gateway, enabling higher network throughput and more reliable connections to the virtual network.
1616

1717
### Available SKUs for ExpressRoute Virtual Network Gateways
1818

@@ -30,7 +30,7 @@ The following SKUs are available:
3030

3131
The SKUs **ErGw1Az**, **ErGw2Az**, **ErGw3Az**, and **ErGwScale** (Preview) are referred to as Availability Zone (Az)-Enabled SKUs. These SKUs support deployment across multiple availability zones, providing enhanced resiliency and high availability by distributing the gateway infrastructure across zones.
3232

33-
In contrast, the **Standard**, **HighPerformance**, and **UltraPerformance** SKUs, also known as non-Az-enabled SKUs, are typically associated with Basic IPs and do not support distribution across availability zones.
33+
In contrast, the **Standard**, **HighPerformance**, and **UltraPerformance** SKUs, also known as non-Az-enabled SKUs, are typically associated with Basic IPs and don't support distribution across availability zones.
3434

3535
### Recommendation for enhanced reliability
3636

@@ -40,20 +40,20 @@ For improved reliability, we recommend using an Az-enabled virtual network gatew
4040

4141
Previously, migrating between SKUs required using the `Resize-AzVirtualNetworkGateway` PowerShell command or manually deleting and recreating the virtual network gateway.
4242

43-
The guided gateway migration experience simplifies this process by allowing you to deploy a second virtual network gateway within the same GatewaySubnet. Azure automatically transfers the control plane and data path configurations from the old gateway to the new one. During the migration, both gateways operate simultaneously within the same GatewaySubnet. While this feature minimizes disruption, brief connectivity interruptions may still occur.
43+
The guided gateway migration experience simplifies this process by allowing you to deploy a second virtual network gateway within the same GatewaySubnet. Azure automatically transfers the control plane and data path configurations from the old gateway to the new one. During the migration, both gateways operate simultaneously within the same GatewaySubnet. While this feature minimizes disruption, brief connectivity interruptions might still occur.
4444

45-
Once the migration is complete and the old gateway along with its connections are deleted, the newly created gateway will be tagged with `"CreatedBy : GatewaySKUMigration"`. This tag helps distinguish migrated gateways from others that haven't undergone migration and should not be deleted.
45+
Once the migration is complete and the old gateway along with its connections are deleted, the newly created gateway is tagged with `"CreatedBy : GatewaySKUMigration"`. This tag helps distinguish migrated gateways from others that haven't undergone migration and shouldn't be deleted.
4646

4747

4848
### Steps to Migrate to a New Gateway
4949

50-
1. **Validate**: Confirm that all resources are in a succeeded state to ensure the gateway is ready for migration. If prerequisites are not met, the validation process will fail, and migration cannot proceed.
50+
1. **Validate**: Confirm that all resources are in a succeeded state to ensure the gateway is ready for migration. If prerequisites aren't met, the validation process fails, and migration can't proceed.
5151
2. **Prepare**: Create a new virtual network gateway, public IP, and connections. This step can take up to 45 minutes. You can specify a preferred name for the new gateway and connections. If no name is provided, the system appends the tag **_migrate** by default. During this step, the existing virtual network gateway is locked, preventing any creation or modification of connections.
52-
3. **Migrate**: Transfer traffic from the old gateway to the new one by selecting the new gateway. This operation may take up to 15 minutes and could result in brief connectivity interruptions.
52+
3. **Migrate**: Transfer traffic from the old gateway to the new one by selecting the new gateway. This operation can take up to 15 minutes and could result in brief connectivity interruptions.
5353
4. **Commit**: Finalize the migration by deleting the old gateway and its connections.
5454

5555
> [!IMPORTANT]
56-
> After completing the migration, validate your connectivity to ensure everything is functioning as expected. If needed, you can revert to the old gateway by selecting **Abort** after the prepare step. This action will delete the new gateway and its connections.
56+
> After completing the migration, validate your connectivity to ensure everything is functioning as expected. If needed, you can revert to the old gateway by selecting **Abort** after the prepare step. This action deletes the new gateway and its connections.
5757
5858
| Migration source (Non-Az-enabled gateway SKU) | Migration target (Az-enabled gateway SKU) |
5959
|--|--|
@@ -62,7 +62,7 @@ Once the migration is complete and the old gateway along with its connections ar
6262

6363
## Supported Migration Scenarios
6464

65-
### Using Azure Portal and Azure PowerShell
65+
### Using Azure portal and Azure PowerShell
6666

6767
The guided gateway migration experience supports the following scenarios:
6868

@@ -76,17 +76,17 @@ For enhanced reliability and high availability, we recommend migrating to an Az-
7676

7777
The guided gateway migration experience has the following limitations:
7878

79-
- Downgrade scenarios, such as migrating from an Az-enabled SKU to a non-Az-enabled SKU, are not supported.
79+
- Downgrade scenarios, such as migrating from an Az-enabled SKU to a non-Az-enabled SKU, aren't supported.
8080
- The GatewaySubnet must have a prefix of /27 or longer to proceed with the migration.
81-
- Private endpoints (PEs) in the virtual network connected via ExpressRoute private peering may experience connectivity issues during migration. For guidance on mitigating these issues, see [Private endpoint connectivity](expressroute-about-virtual-network-gateways.md#private-endpoint-connectivity-and-planned-maintenance-events).
81+
- Private endpoints (PEs) in the virtual network connected through ExpressRoute private peering can experience connectivity issues during migration. For guidance on mitigating these issues, see [Private endpoint connectivity](expressroute-about-virtual-network-gateways.md#private-endpoint-connectivity-and-planned-maintenance-events).
8282

8383
## Common Validation Errors
8484

85-
During the gateway migration process, it is essential to validate whether your resources are ready for migration. Below are some common validation errors you may encounter:
85+
During the gateway migration process, it's essential to validate whether your resources are ready for migration. Below are some common validation errors you can encounter:
8686

8787
### Virtual Network
8888

89-
- **MaxGatewayCountInVnetReached**: This error indicates that the maximum number of gateways allowed in the virtual network has been reached.
89+
- **MaxGatewayCountInVnetReached**: This error indicates that the maximum number of gateways allowed in the virtual network was reached.
9090

9191
## Next Steps
9292

0 commit comments

Comments
 (0)