Skip to content

Commit 6f1d867

Browse files
authored
Fix download links for migration scripts
Updated download links for Enhanced cloning and Public IP retention scripts in the migration guide. Signed-off-by: MJyot <[email protected]>
1 parent a81edd1 commit 6f1d867

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/application-gateway/migrate-v1-v2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This is the new experience that offers an improved migration experience by:
5454
* Eliminating the need for manual input of frontend SSL certificates and backend trusted root certificates.
5555
* Supporting the deployment of private-only V2 gateways.
5656

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

5959
**Parameters for the script:**
6060
This script takes below parameters:
@@ -280,8 +280,6 @@ To check the version of the downloaded script the steps are as follows:
280280
.COMPANYNAME Microsoft Corporation
281281
.COPYRIGHT Microsoft Corporation. All rights reserved.
282282
```
283-
284-
285283
## Traffic migration
286284

287285
### Prerequisites
@@ -296,7 +294,7 @@ We provide an Azure PowerShell script designed to **retain the Public IP address
296294
* Expected Downtime: This IP swap operation typically results in a brief **downtime of approximately 1-5 minutes**. Plan accordingly.
297295
* 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.
298296

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)
300298

301299
**Parameters for the script:**
302300

@@ -324,7 +322,9 @@ AzureAppGWIPMigrate.ps1
324322
325323
> [!NOTE]
326324
> 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+
327326
### Traffic Migration recommendations
327+
328328
The following are a few scenarios where your current application gateway (Standard) may receive client traffic, and our recommendations for each one:
329329
* **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**.
330330
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

Comments
 (0)