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
>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
+
39
42
## Configuration migration
40
43
41
44
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
49
52
50
53
## Using the script
51
54
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
+
52
58
There are two options for you depending on your local PowerShell environment setup and preferences:
53
59
54
60
* 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