Skip to content

Commit 4d1e6da

Browse files
Merge pull request #266869 from seligj95/patch-2
sxs migrate fix status
2 parents ad0f69c + 2bf861a commit 4d1e6da

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
@@ -196,7 +196,7 @@ Run the following command to check the status of your migration:
196196
```azurecli
197197
az rest --method get --uri "${ASE_ID}?api-version=2022-03-01" --query properties.subStatus
198198
```
199-
After you get a status of `Ready`, migration is done, and you have an App Service Environment v3 resource. Your apps are now running in your new environment as well as in your old environment.
199+
After you get a status of `MigrationPendingDnsChange`, migration is done, and you have an App Service Environment v3 resource. Your apps are now running in your new environment as well as in your old environment.
200200

201201
Get the details of your new environment by running the following command or by going to the [Azure portal](https://portal.azure.com).
202202

0 commit comments

Comments
 (0)