You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/howto-ingest-azure-data-factory.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ new to Data Factory, here's a quick guide on how to get started:
60
60
61
61
2. On the Azure Data Factory Studio home page, select **Orchestrate**.
62
62
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.":::
64
64
65
65
3. Under **Properties**, enter a name for the pipeline.
66
66
@@ -90,8 +90,8 @@ new to Data Factory, here's a quick guide on how to get started:
90
90
2. In the **New Dataset** dialog box, select **Azure Database for PostgreSQL**, and then select **Continue**.
91
91
3. On the **Set properties** page, under **Linked service**, select **New**.
92
92
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.
95
95
7. Enter database name on your cluster and provide credentials to connect to it.
96
96
8. Select **SSL** in the **Encryption method** drop-down list.
97
97
@@ -106,8 +106,7 @@ new to Data Factory, here's a quick guide on how to get started:
106
106
:::image type="content" source="media/howto-ingestion/azure-data-factory-copy-command.png" alt-text="Screenshot that shows selecting the table and Copy command.":::
107
107
108
108
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.
111
110
112
111
8. Select **Debug** from the toolbar to execute the pipeline.
113
112
@@ -127,5 +126,5 @@ as shown below:
127
126
128
127
## Next steps
129
128
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