Skip to content

Commit fb0f472

Browse files
committed
finak minor changes before going live
1 parent b2391f2 commit fb0f472

8 files changed

+14
-9
lines changed

articles/postgresql/.openpublishing.redirection.postgresql.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,11 @@
16341634
"source_path_from_root": "/articles/postgresql/migrate/migration-service/concepts-migration-service-postgresql.md",
16351635
"redirect_url": "/azure/postgresql/migrate/migration-service/overview-migration-service-postgresql",
16361636
"redirect_document_id": true
1637+
},
1638+
{
1639+
"source_path_from_root": "/articles/postgresql/migrate/migration-service/troubleshoot-error-codes-premigration.md",
1640+
"redirect_url": "/azure/postgresql/migrate/migration-service/troubleshoot-error-codes",
1641+
"redirect_document_id": true
16371642
}
16381643
]
16391644
}

articles/postgresql/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
href: migrate/migration-service/how-to-network-setup-migration-service.md
577577
- name: Troubleshoot
578578
items:
579-
- name: Known errors
579+
- name: Troubleshoot errors
580580
href: migrate/migration-service/troubleshoot-error-codes-premigration.md
581581
- name: Migrate data with pg_dump
582582
href: migrate/how-to-migrate-using-dump-and-restore.md

articles/postgresql/migrate/migration-service/how-to-setup-azure-cli-commands-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All the CLI commands start with `az postgres flexible-server migration`. There a
3131
Once the CLI is installed, open the command prompt and log into the Azure account using the below command.
3232

3333
```azurecli-interactive
34-
`az login`
34+
az login
3535
```
3636

3737
## Migrate commands
@@ -43,7 +43,7 @@ The migration service provides the following commands to help you migrate your P
4343
The `--help` command in Azure CLI is a valuable option that provides detailed documentation about the commands and their subcommands, including the required verbs for operations. The `–-help`command displays the necessary commands and their associated actions for migration service in Azure Database for PostgreSQL.
4444

4545
```azurecli-interactive
46-
`az postgres flexible-server migration –-help`
46+
az postgres flexible-server migration –-help
4747
```
4848

4949
The output guides you through the necessary steps and parameters required to manage your database migrations effectively using the Azure CLI.

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
@@ -220,7 +220,7 @@ To learn more about Azure CLI with the migration service, visit [How to set up A
220220
Once the CLI is installed, open the command prompt and log into your Azure account using the below command.
221221

222222
```azurecli-interactive
223-
`az login`
223+
az login
224224
```
225225

226226
### Configure the migration task

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
# customer intent: As a developer, I want to learn how to migrate from AWS RDS to Azure Database for PostgreSQL using the migration service, so that I can simplify the transition and ensure data integrity.
1414
---
1515

16-
# Tutorial: Migrate online from AWS RDS PostgreSQL to Azure Database for PostgreSQL with the migration service
16+
# Tutorial: Migrate online from AWS RDS PostgreSQL to Azure Database for PostgreSQL with the migration service Preview
1717

1818
This article explores how to migrate your PostgreSQL database from AWS RDS to Azure Database for PostgreSQL online.
1919

@@ -219,7 +219,7 @@ To learn more about Azure CLI with the migration service, visit [How to set up A
219219
Once the CLI is installed, open the command prompt and log into your Azure account using the below command.
220220

221221
```azurecli-interactive
222-
`az login`
222+
az login
223223
```
224224

225225
### Configure the migration task

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ To learn more about Azure CLI with the migration service, visit [How to set up A
219219
Once the CLI is installed, open the command prompt and log into your Azure account using the below command.
220220

221221
```azurecli-interactive
222-
`az login`
222+
az login
223223
```
224224

225225
### Configure the migration task

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom:
1313
# CustomerIntent: As a user, I want to learn how to perform offline migration from on-premises and Azure virtual machines to Azure Database for PostgreSQL - Flexible Server using the migration service in Azure, so that I can simplify the transition and ensure data integrity and efficient deployment.
1414
---
1515

16-
# Tutorial: Migrate online from an Azure VM or an on-premises PostgreSQL server to Azure Database for PostgreSQL with the migration service
16+
# Tutorial: Migrate online from an Azure VM or an on-premises PostgreSQL server to Azure Database for PostgreSQL with the migration service Preview
1717

1818
[!INCLUDE [applies-to-postgresql-flexible-server](~/reusable-content/ce-skilling/azure/includes/postgresql/includes/applies-to-postgresql-flexible-server.md)]
1919

@@ -217,7 +217,7 @@ To learn more about Azure CLI with the migration service, visit [How to set up A
217217
Once the CLI is installed, open the command prompt and log into your Azure account using the below command.
218218

219219
```azurecli-interactive
220-
`az login`
220+
az login
221221
```
222222

223223
### Configure the migration task

0 commit comments

Comments
 (0)