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/application-gateway/migrate-v1-v2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ This is the new experience that offers an improved migration experience by:
54
54
* Eliminating the need for manual input of frontend SSL certificates and backend trusted root certificates.
55
55
* Supporting the deployment of private-only V2 gateways.
56
56
57
-
You can **download** the Enhanced cloning script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAppGWClone/1.0.0).
57
+
You can **download** the Enhanced cloning script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAppGWClone).
58
58
59
59
**Parameters for the script:**
60
60
This script takes below parameters:
@@ -280,8 +280,6 @@ To check the version of the downloaded script the steps are as follows:
280
280
.COMPANYNAME Microsoft Corporation
281
281
.COPYRIGHT Microsoft Corporation. All rights reserved.
282
282
```
283
-
284
-
285
283
## Traffic migration
286
284
287
285
### Prerequisites
@@ -296,7 +294,7 @@ We provide an Azure PowerShell script designed to **retain the Public IP address
296
294
* Expected Downtime: This IP swap operation typically results in a brief **downtime of approximately 1-5 minutes**. Plan accordingly.
297
295
* After a successful script run, the Public IP is moved from AppGw V1 to AppGw V2, with AppGw V1 receiving a new internal public IP.
298
296
299
-
You can **download** this Public IP retention script from the [PowerShell Gallery](https://www.powershellgallery.com/packages)
297
+
You can **download** this Public IP retention script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAppGWIPMigrate)
300
298
301
299
**Parameters for the script:**
302
300
@@ -324,7 +322,9 @@ AzureAppGWIPMigrate.ps1
324
322
325
323
> [!NOTE]
326
324
> The public IP swap performed by this script is irreversible. Once initiated, it isn't possible to revert the IP back to the V1 gateway using the script.
325
+
327
326
### Traffic Migration recommendations
327
+
328
328
The following are a few scenarios where your current application gateway (Standard) may receive client traffic, and our recommendations for each one:
329
329
***A custom DNS zone (for example, contoso.com) that points to the frontend IP address (using an A record) associated with your Standard V1 or WAF V1 gateway**.
330
330
You can update your DNS record to point to the frontend IP or DNS label associated with your Standard_V2 application gateway. Depending on the TTL configured on your DNS record, it may take a while for all your client traffic to migrate to your new V2 gateway.
0 commit comments