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/postgresql/hyperscale/howto-ingest-azure-data-factory.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,23 +52,23 @@ new to Azure Data Factory, here's a quick guide on how to get started:
52
52
1. Once ADF is provisioned, go to your data factory. You'll see the Data
53
53
Factory home page as shown in the following image:
54
54
55
-

55
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Home.png" alt-text="Landing page of Azure Data Factory." border="true":::
56
56
57
57
2. On the home page, select **Orchestrate**.
58
58
59
-

59
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Orchestrate.png" alt-text="Orchestrate page of Azure Data Factory." border="true":::
60
60
61
61
3. In the General panel under **Properties**, specify the desired pipeline name.
62
62
63
63
4. In the **Activities** toolbox, expand the **Move and Transform** category,
64
64
and drag and drop the **Copy Data** activity to the pipeline designer
65
65
surface. Specify the activity name.
66
66
67
-

67
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Pipeline_COPY.png" alt-text="Pipeline in Azure Data Factory." border="true":::
68
68
69
69
5. Configure **Source**
70
70
71
-

71
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Configure_Source.png" alt-text="Configuring Source in of Azure Data Factory." border="true":::
72
72
73
73
1. Go to the Source tab. Select** + New **to create a source dataset.
74
74
2. In the **New Dataset** dialog box, select **Azure Blob Storage**, and then select **Continue**.
@@ -80,7 +80,7 @@ new to Azure Data Factory, here's a quick guide on how to get started:
80
80
81
81
6. Configure **Sink**
82
82
83
-

83
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Configure_Sink.png" alt-text="Configuring Sink in of Azure Data Factory." border="true":::
84
84
85
85
1. Go to the Sink tab. Select **+ New** to create a source dataset.
86
86
2. In the **New Dataset** dialog box, select **Azure Database for PostgreSQL**, and then select **Continue**.
@@ -102,7 +102,7 @@ new to Azure Data Factory, here's a quick guide on how to get started:
102
102
103
103
8. Select Debug from the toolbar execute the pipeline.
104
104
105
-

105
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Execute.png" alt-text="Debug and Execute in of Azure Data Factory." border="true":::
106
106
107
107
9. Once the pipeline can run successfully, in the top toolbar, select **Publish
108
108
all**. This action publishes entities (datasets, and pipelines) you created
@@ -116,4 +116,4 @@ doesn't offer Stored Procedure activity for Azure Database for Postgres, but as
116
116
a workaround we can use Lookup Activity with query to call a stored procedure
117
117
as shown below:
118
118
119
-

119
+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Call_Procedure.png" alt-text="Calling a procedure in Azure Data Factory." border="true":::
0 commit comments