Skip to content

Commit c1e2f8b

Browse files
committed
Fixed warnings
1 parent f9c448b commit c1e2f8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This article shows you how to use the migration tool in the Azure CLI to migrate
3434

3535
A browser window opens with the Azure sign-in page. Provide your Azure credentials to do a successful authentication. For other ways to sign with the Azure CLI, see [this article](/cli/azure/authenticate-azure-cli).
3636

37-
4. Complete the prerequisites listed in [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#prerequisites). It is very important to complete the prerequisite steps before you initiate a migration using this tool.
37+
4. Complete the prerequisites listed in [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#migration-prerequisites). It is very important to complete the prerequisite steps before you initiate a migration using this tool.
3838

3939
## Migration CLI commands
4040

@@ -139,7 +139,7 @@ The structure of the JSON is:
139139

140140
```
141141
>[!NOTE]
142-
> Gentle reminder to complete the [prerequisites](./concepts-single-to-flexible.md#prerequisites) before you execute **Create** in case it is not yet done. It is very important to complete the prerequisite steps in before you initiate a migration using this tool.
142+
> Gentle reminder to complete the [prerequisites](./concepts-single-to-flexible.md#migration-prerequisites) before you execute **Create** in case it is not yet done. It is very important to complete the prerequisite steps in before you initiate a migration using this tool.
143143
144144
Here are the `create` parameters:
145145

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article shows you how to use the migration tool in the Azure portal to migr
2222

2323
1. If you're new to Microsoft Azure, [create an account](https://azure.microsoft.com/free/) to evaluate the offerings.
2424

25-
2. Complete the prerequisites listed in [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#prerequisites). It is very important to complete the prerequisite steps before you initiate a migration using this tool.
25+
2. Complete the prerequisites listed in [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#migration-prerequisites). It is very important to complete the prerequisite steps before you initiate a migration using this tool.
2626

2727
## Configure the migration task
2828

@@ -74,7 +74,7 @@ Alternatively, you can initiate the migration process from the Azure Database fo
7474

7575
### Setup tab
7676

77-
The first tab is **Setup**. It has basic information about the migration and the list of prerequisites for getting started with migrations. These prerequisites are the same as the ones listed in the [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#prerequisites) article.
77+
The first tab is **Setup**. It has basic information about the migration and the list of prerequisites for getting started with migrations. These prerequisites are the same as the ones listed in the [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#migration-prerequisites) article.
7878

7979
:::image type="content" source="./media/concepts-single-to-flexible/single-to-flex-setup.png" alt-text="Screenshot of the details belonging to Setup tab." lightbox="./media/concepts-single-to-flexible/single-to-flex-setup.png":::
8080

@@ -145,7 +145,7 @@ After you choose a subnet, select the **Next** button.
145145
### Review + create tab
146146

147147
>[!NOTE]
148-
> Gentle reminder to complete the [prerequisites](./concepts-single-to-flexible.md#prerequisites) before you click **Create** in case it is not yet complete.
148+
> Gentle reminder to complete the [prerequisites](./concepts-single-to-flexible.md#migration-prerequisites) before you click **Create** in case it is not yet complete.
149149
150150
The **Review + create** tab summarizes all the details for creating the migration. Review the details and select the **Create** button to start the migration.
151151

0 commit comments

Comments
 (0)