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
Refine configuration migration section and script example
Rephrased the introduction to the configuration migration section for clarity. Adjusted the formatting of the PowerShell script example for consistency.
Signed-off-by: MJyot <[email protected]>
This phase focuses on setting up the new V2 gateway with the settings from your existing V1 environment. We provide two Azure PowerShell scripts designed to facilitate the migration of configurations from V1 (Standard or WAF) to V2 (Standard_V2 or WAF_V2) gateways. These scripts help streamline the transition process by automating key deployment and configuration tasks.
50
+
The configuration migration focuses on setting up the new V2 gateway with the settings from your existing V1 environment. We provide two Azure PowerShell scripts designed to facilitate the migration of configurations from V1 (Standard or WAF) to V2 (Standard_V2 or WAF_V2) gateways. These scripts help streamline the transition process by automating key deployment and configuration tasks.
51
51
52
52
## 1. Enhanced Cloning Script
53
53
This is the new experience that offers an improved migration experience by:
@@ -310,12 +310,12 @@ Execute AzureAppGWClone.ps1 with the required parameters:
Once the IP swap is complete, customers should check control and data plane operations on the V2 gateway. All control plane actions except Delete will be disabled on the V1 gateway.,
0 commit comments