Skip to content

Commit 809cf7f

Browse files
committed
Incorporated review comments
1 parent 1188221 commit 809cf7f

5 files changed

+4
-4
lines changed

articles/postgresql/migrate/how-to-migrate-single-to-flexible-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ az postgres flexible-server migration --help
7070

7171
The above command gives you the following output:
7272

73-
:::image type="content" source="./media/concepts-single-to-flexible/az postgres flexible-server migration --help.png" alt-text="Screenshot of Azure Command Line Interface help." lightbox="./media/concepts-single-to-flexible/az postgres flexible-server migration --help.png":::
73+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-help.png" alt-text="Screenshot of Azure Command Line Interface help." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-help.png":::
7474

7575
The output lists the supported migration commands, along with their actions. Let's look at these commands in detail.
7676

@@ -84,7 +84,7 @@ az postgres flexible-server migration create -- help
8484

8585
The above command gives you the following result:
8686

87-
:::image type="content" source="./media/concepts-single-to-flexible/az postgres flexible-server migration create.png" alt-text="Screenshot of the command for creating a migration." lightbox="./media/concepts-single-to-flexible/az postgres flexible-server migration create.png":::
87+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-create.png" alt-text="Screenshot of the command for creating a migration." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-create.png":::
8888

8989
It lists the expected arguments and has an example syntax for successfully creating a migration from the source server to the target server. Here's the CLI command to create a new migration:
9090

@@ -201,7 +201,7 @@ az postgres flexible-server migration show [--subscription]
201201

202202
The `migration_name` parameter is the name you have assigned to the migration during the `create` command. Here's a snapshot of the sample response from the CLI command for showing details:
203203

204-
:::image type="content" source="./media/concepts-single-to-flexible/az postgres flexible-server migration show.png" alt-text="Screenshot of Command Line Interface migration Show." lightbox="./media/concepts-single-to-flexible/az postgres flexible-server migration show.png":::
204+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-show.png" alt-text="Screenshot of Command Line Interface migration Show." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-show.png":::
205205

206206
For more information about this command, use the `help` parameter:
207207

@@ -250,7 +250,7 @@ For more information about this command, use the `help` parameter:
250250

251251
The command gives you the following output:
252252

253-
:::image type="content" source="./media/concepts-single-to-flexible/az postgres flexible-server migration update cancel -- help.png" alt-text="Screenshot of Azure Command Line Interface Cancel." lightbox="./media/concepts-single-to-flexible/az postgres flexible-server migration update cancel -- help.png":::
253+
:::image type="content" source="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-update-cancel-help.png" alt-text="Screenshot of Azure Command Line Interface Cancel." lightbox="./media/concepts-single-to-flexible/az-postgres-flexible-server-migration-update-cancel-help.png":::
254254

255255
## Migration best practices
256256

0 commit comments

Comments
 (0)