Skip to content

Commit f20d45d

Browse files
committed
adress laast blocknig issue comments
1 parent 8b03ab5 commit f20d45d

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

articles/postgresql/migrate/migration-service/tutorial-migration-service-aws-offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Copy other server settings, such as tags, alerts, and firewall rules (if applica
227227

228228
You can cancel any ongoing validations or migrations. The workflow must be in the **InProgress** state to be canceled. You can't cancel a validation or migration that's in the **Succeeded** or **Failed** state.
229229

230-
- Canceling a migration stops further migration activity on your target server and moves to a **Cancelled** state. The cancel action rolls back all changes made by the migration service on your target server.
230+
- Canceling a migration stops further migration activity on your target server and moves to a **Canceled** state. The cancel action rolls back all changes made by the migration service on your target server.
231231

232232
#### [CLI](#tab/cli)
233233

articles/postgresql/migrate/migration-service/tutorial-migration-service-aws-online.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The migration service comes with a simple, wizard-based experience on the Azure
6767

6868
:::image type="content" source="media/tutorial-migration-service-aws-online/portal-online-create-migration.png" alt-text="Screenshot of creating a migration." lightbox="media/tutorial-migration-service-aws-online/portal-online-create-migration.png":::
6969

70-
If you've already created migrations to your Azure Database for PostgreSQL target, the grid contains information about attempted migrations.
70+
If you've already created migrations to your Azure Database for PostgreSQL target, the grid contains information about attempted migrations.
7171

7272
1. Select the **Create** button. You then go through a wizard-based series of tabs to create a migration into this Azure Database for PostgreSQL target from the PostgreSQL source instance.
7373

@@ -309,8 +309,8 @@ az postgres flexible-server migration update --subscription <<subscription ID>>
309309
310310
You can cancel any ongoing validations or migrations. The workflow must be in the **InProgress** state to be canceled. You can't cancel a validation or migration in the **Succeeded** or **Failed** state.
311311
312-
Cancelling a validation stops any further validation activity and the validation moves to a **Cancelled** state.
313-
Cancelling a migration stops further migration activity on your target server and moves to a **Cancelled** state. It doesn't drop or roll back any changes on your target server. Be sure to drop the databases on your target server that is involved in a canceled migration.
312+
Canceling a validation stops any further validation activity and the validation moves to a **Canceled** state.
313+
Canceling a migration stops further migration activity on your target server and moves to a **Canceled** state. It doesn't drop or roll back any changes on your target server. Be sure to drop the databases on your target server that is involved in a canceled migration.
314314
315315
### Check the migration when completed
316316

0 commit comments

Comments
 (0)