Skip to content

Commit e80e7d6

Browse files
committed
fix command
1 parent e78df97 commit e80e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/environment/how-to-side-by-side-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If there are no errors, your migration is supported, and you can continue to the
7373
If you need to start an upgrade to upgrade your App Service Environment to the supported build version, run the following command. Only run this command if you fail the validation step and you're instructed to upgrade your App Service Environment.
7474

7575
```azurecli
76-
az rest --method post --uri "${ASE_ID}/migrate?api-version=2021-02-01&phase=PreMigrationUpgrade"
76+
az rest --method post --uri "${ASE_ID}/NoDowntimeMigrate?phase=PreMigrationUpgrade&api-version=2022-03-01"
7777
```
7878

7979
## 4. Generate outbound IP addresses for your new App Service Environment v3

0 commit comments

Comments
 (0)