Skip to content

Commit 93106f9

Browse files
committed
Add borders around screenshots
1 parent ef254d2 commit 93106f9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
![Landing page of Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Home.png)
55+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Home.png" alt-text="Landing page of Azure Data Factory." border="true":::
5656

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

59-
![Orchestrate page of Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Orchestrate.png)
59+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_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-
![Pipeline in Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Pipeline_COPY.png)
67+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_Pipeline_COPY.png" alt-text="Pipeline in Azure Data Factory." border="true":::
6868

6969
5. Configure **Source**
7070

71-
![Configuring Source in of Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Configure_Source.png)
71+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_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-
![Configuring Sink in of Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Configure_Sink.png)
83+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_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-
![Debug and Execute in of Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Execute.png)
105+
:::image type="content" source="../media/howto-hyperscale-ingestion/ADF_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,4 +116,4 @@ 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-
![Calling a procedure in Azure Data Factory.](../media/howto-hyperscale-ingestion/ADF_Call_Procedure.png)
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

Comments
 (0)