Skip to content

Commit d698ccb

Browse files
Merge pull request #246811 from MJyot/v1-migration
V1 migration
2 parents 7bc0351 + 4caa860 commit d698ccb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ This article primarily helps with the configuration migration. The traffic migra
3636

3737
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
3838

39+
> [!IMPORTANT]
40+
>Use a new PowerShell session each time to run the migration script. This applies when the migration fails or if you are using the script to migrate another V1 gateway. This is required because the initialized variables clean up the existing resource group before executing the migration script again.
41+
3942
## Configuration migration
4043

4144
An Azure PowerShell script is provided in this document. It performs the following operations to help you with the configuration:
@@ -49,6 +52,9 @@ You can download the migration script from the [PowerShell Gallery](https://www
4952

5053
## Using the script
5154

55+
> [!NOTE]
56+
>Use a new PowerShell session each time to run the migration script. This applies when the migration fails or if you are using the script to migrate another V1 gateway. This is required because the initialized variables clean up the existing resource group before executing the migration script again.
57+
5258
There are two options for you depending on your local PowerShell environment setup and preferences:
5359

5460
* If you don't have the Azure Az modules installed, or don't mind uninstalling the Azure Az modules, the best option is to use the `Install-Script` option to run the script.

0 commit comments

Comments
 (0)