Skip to content

Commit 476c2d8

Browse files
committed
Follow media filename conventions
1 parent 6f443d1 commit 476c2d8

9 files changed

+8
-8
lines changed

articles/postgresql/hyperscale/howto-ingest-azure-data-factory.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ADF has a data sink for Hyperscale (Citus). The data sink allows you to bring
2424
your data (relational, NoSQL, data lake files) into Hyperscale (Citus) tables
2525
for storage, processing, and reporting.
2626

27-
![Dataflow diagram for Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_architecture.png)
27+
![Dataflow diagram for Azure Data Factory.](../media/howto-hyperscale-ingestion/azure-data-factory-architecture.png)
2828

2929
## ADF for real-time ingestion to Hyperscale (Citus)
3030

@@ -52,23 +52,23 @@ new to Azure Data Factory, here's a quick guide on how to get started:
5252
1. Once ADF is provisioned, go to your data factory. You'll see the Data
5353
Factory home page as shown in the following image:
5454

55-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Home.png" alt-text="Landing page of Azure Data Factory." border="true":::
55+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-home.png" alt-text="Landing page of Azure Data Factory." border="true":::
5656

5757
2. On the home page, select **Orchestrate**.
5858

59-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Orchestrate.png" alt-text="Orchestrate page of Azure Data Factory." border="true":::
59+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-orchestrate.png" alt-text="Orchestrate page of Azure Data Factory." border="true":::
6060

6161
3. In the General panel under **Properties**, specify the desired pipeline name.
6262

6363
4. In the **Activities** toolbox, expand the **Move and Transform** category,
6464
and drag and drop the **Copy Data** activity to the pipeline designer
6565
surface. Specify the activity name.
6666

67-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Pipeline_COPY.png" alt-text="Pipeline in Azure Data Factory." border="true":::
67+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-pipeline-copy.png" alt-text="Pipeline in Azure Data Factory." border="true":::
6868

6969
5. Configure **Source**
7070

71-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Configure_Source.png" alt-text="Configuring Source in of Azure Data Factory." border="true":::
71+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-configure-source.png" alt-text="Configuring Source in of Azure Data Factory." border="true":::
7272

7373
1. Go to the Source tab. Select** + New **to create a source dataset.
7474
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:
8080

8181
6. Configure **Sink**
8282

83-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Configure_Sink.png" alt-text="Configuring Sink in of Azure Data Factory." border="true":::
83+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-configure-sink.png" alt-text="Configuring Sink in of Azure Data Factory." border="true":::
8484

8585
1. Go to the Sink tab. Select **+ New** to create a source dataset.
8686
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:
102102

103103
8. Select Debug from the toolbar execute the pipeline.
104104

105-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Execute.png" alt-text="Debug and Execute in of Azure Data Factory." border="true":::
105+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-execute.png" alt-text="Debug and Execute in of Azure Data Factory." border="true":::
106106

107107
9. Once the pipeline can run successfully, in the top toolbar, select **Publish
108108
all**. This action publishes entities (datasets, and pipelines) you created
@@ -116,7 +116,7 @@ doesn't offer Stored Procedure activity for Azure Database for Postgres, but as
116116
a workaround we can use Lookup Activity with query to call a stored procedure
117117
as shown below:
118118

119-
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Call_Procedure.png" alt-text="Calling a procedure in Azure Data Factory." border="true":::
119+
:::image type="content" source="../media/howto-hyperscale-ingestion/azure-data-factory-call-procedure.png" alt-text="Calling a procedure in Azure Data Factory." border="true":::
120120

121121
## Next steps
122122

0 commit comments

Comments
 (0)