Skip to content

Commit 3573ebd

Browse files
committed
updating status command
1 parent 6956347 commit 3573ebd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,15 @@ If you're using a system assigned managed identity for your custom domain suffix
168168

169169
Only start this step once you've completed all premigration actions listed previously and understand the [implications of migration](migrate.md#migrate-to-app-service-environment-v3) including what happens during this time. This step takes three to six hours for v2 to v3 migrations and up to six hours for v1 to v3 migrations depending on environment size. During that time, there's about one hour of application downtime. Scaling, deployments, and modifications to your existing App Service Environment are blocked during this step.
170170

171-
Only include the "body" parameter in the command if you're enabling zone redundancy and/or are configuring a custom domain suffix. If neither of those configurations apply to your migration, you can remove the parameter from the command.
171+
Be sure to include `--verbose` so that you receive output when the command runs. Only include the "body" parameter in the command if you're enabling zone redundancy and/or are configuring a custom domain suffix. If neither of those configurations apply to your migration, you can remove the parameter from the command.
172172

173173
```azurecli
174-
az rest --method post --uri "${ASE_ID}/migrate?api-version=2021-02-01&phase=fullmigration" --body @parameters.json
174+
az rest --method post --uri "${ASE_ID}/migrate?api-version=2021-02-01&phase=fullmigration" --verbose --body @parameters.json
175175
```
176176

177-
Note the "operationId" that's returned after running the previous command. You need this ID to check the status of your migration.
177+
Note the "operationId" that's returned after running the previous command. You need this ID to check the status of your migration. Including `--verbose` will result in the following output. The operation ID is highlighted in the screenshot.
178+
179+
:::image type="content" source="./media/migration/operation-id.png" alt-text="Location of operation ID in migration command response.":::
178180

179181
Run the following command to check the status of your migration. Replace the placeholder for operation ID with the ID you copied. For details on the statuses, see the [migration status descriptions](migrate.md#migrate-to-app-service-environment-v3).
180182

185 KB
Loading

0 commit comments

Comments
 (0)