Skip to content

Commit f46ceb8

Browse files
committed
Minor fixes
1 parent d3b5c70 commit f46ceb8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

articles/cosmos-db/postgresql/howto-ingest-azure-data-factory.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ new to Data Factory, here's a quick guide on how to get started:
6060

6161
2. On the Azure Data Factory Studio home page, select **Orchestrate**.
6262

63-
:::image type="content" source="media/howto-ingestion/azure-data-factory-orchestrate.png" alt-text="Screenshot showing the Orchestrate page of Azure Data Factory.":::
63+
:::image type="content" source="media/howto-ingestion/azure-data-factory-orchestrate.png" alt-text="Screenshot showing the 'Orchestrate' page of Azure Data Factory.":::
6464

6565
3. Under **Properties**, enter a name for the pipeline.
6666

@@ -90,8 +90,8 @@ new to Data Factory, here's a quick guide on how to get started:
9090
2. In the **New Dataset** dialog box, select **Azure Database for PostgreSQL**, and then select **Continue**.
9191
3. On the **Set properties** page, under **Linked service**, select **New**.
9292
4. On the **New linked service** page, enter a name for the linked service, and select **Enter manually** in the **Account selection method**.
93-
5. Enter your cluster's coordinator name in the **Fully qualified domain name** field. You can copy the oordinators name from the *Overview* page of your Azure Cosmos DB for PostgreSQL cluster.
94-
6. Leave default port 5432 in the **Port** field for direct connection to coordinator or replace it with port 6432 to connect to [the managed PgBouncer](./concepts-connection-pool.md) port.
93+
5. Enter your cluster's coordinator name in the **Fully qualified domain name** field. You can copy the coordinator's name from the *Overview* page of your Azure Cosmos DB for PostgreSQL cluster.
94+
6. Leave default port 5432 in the **Port** field for direct connection to the coordinator or replace it with port 6432 to connect to [the managed PgBouncer](./concepts-connection-pool.md) port.
9595
7. Enter database name on your cluster and provide credentials to connect to it.
9696
8. Select **SSL** in the **Encryption method** drop-down list.
9797

@@ -106,8 +106,7 @@ new to Data Factory, here's a quick guide on how to get started:
106106
:::image type="content" source="media/howto-ingestion/azure-data-factory-copy-command.png" alt-text="Screenshot that shows selecting the table and Copy command.":::
107107

108108
7. From the toolbar above the canvas, select **Validate** to validate pipeline
109-
settings. Fix any errors, revalidate, and ensure that the pipeline has
110-
been successfully validated.
109+
settings. Fix any errors, revalidate, and ensure that the pipeline is successfully validated.
111110

112111
8. Select **Debug** from the toolbar to execute the pipeline.
113112

@@ -127,5 +126,5 @@ as shown below:
127126

128127
## Next steps
129128

130-
Learn how to create a [real-time
131-
dashboard](tutorial-design-database-realtime.md) with Azure Cosmos DB for PostgreSQL.
129+
- Learn how to create a [real-time dashboard](tutorial-design-database-realtime.md) with Azure Cosmos DB for PostgreSQL.
130+
- Learn how to [move your workload to Azure Cosmos DB for PostgreSQL](./quickstart-build-scalable-apps-overview.md)

0 commit comments

Comments
 (0)