Skip to content

Commit 472a23e

Browse files
committed
Added screenshots for key steps
1 parent 608baeb commit 472a23e

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed
63.2 KB
Loading
63.9 KB
Loading
45.1 KB
Loading
33.4 KB
Loading
40.9 KB
Loading

articles/data-factory/quickstart-create-data-factory-portal.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ at the bottom of the left column under **Factory Resources**).
8484

8585
d. Select **Create** to save the linked service.
8686

87+
![New linked service](./media/quickstart-create-data-factory-portal/linked-service.png)
88+
89+
8790
## Create datasets
8891
In this procedure, you create two datasets: **InputDataset** and **OutputDataset**. These datasets are of type **AzureBlob**. They refer to the Azure Storage linked service that you created in the previous section.
8992

@@ -100,6 +103,8 @@ In the linked service settings, you specified the Azure Storage account that con
100103

101104
1. On the **Select Format** page, choose the format type of your data, and then select **Continue**. In this case, select **Binary** when copy files as-is without parsing the content.
102105

106+
![Select format](./media/quickstart-create-data-factory-portal/select-format.png)
107+
103108
1. On the **Set Properties** page, complete following steps:
104109

105110
a. Under **Name**, enter **InputDataset**.
@@ -136,12 +141,14 @@ In this procedure, you create and validate a pipeline with a copy activity that
136141
1. In the **General** tab, specify **CopyPipeline** for **Name**.
137142

138143
1. In the **Activities** toolbox, expand **Move & Transform**. Drag the **Copy Data** activity from the **Activities** toolbox to the pipeline designer surface. You can also search for activities in the **Activities** toolbox. Specify **CopyFromBlobToBlob** for **Name**.
144+
![Creating a copy data activity](./media/quickstart-create-data-factory-portal/copy-activity.png)
139145

140146
1. Switch to the **Source** tab in the copy activity settings, and select **InputDataset** for **Source Dataset**.
141147

142148
1. Switch to the **Sink** tab in the copy activity settings, and select **OutputDataset** for **Sink Dataset**.
143149

144150
1. Click **Validate** on the pipeline toolbar above the canvas to validate the pipeline settings. Confirm that the pipeline has been successfully validated. To close the validation output, select the **>>** (right arrow) button.
151+
![Validate a pipeline](./media/quickstart-create-data-factory-portal/pipeline-validate.png)
145152

146153
## Debug the pipeline
147154
In this step, you debug the pipeline before deploying it to Data Factory.
@@ -157,7 +164,8 @@ In this step, you debug the pipeline before deploying it to Data Factory.
157164
## Trigger the pipeline manually
158165
In this procedure, you deploy entities (linked services, datasets, pipelines) to Azure Data Factory. Then, you manually trigger a pipeline run.
159166

160-
1. Before you trigger a pipeline, you must publish entities to Data Factory. To publish, select **Publish All** on the top.
167+
1. Before you trigger a pipeline, you must publish entities to Data Factory. To publish, select **Publish all** on the top.
168+
![Publish all](./media/quickstart-create-data-factory-portal/publish-all.png)
161169

162170
1. To trigger the pipeline manually, select **Add Trigger** on the pipeline toolbar, and then select **Trigger Now**. On the **Pipeline run** page, select **Finish**.
163171

@@ -192,7 +200,7 @@ This procedure is optional in this tutorial. You can create a *scheduler trigger
192200
![New Trigger setting](./media/quickstart-create-data-factory-portal/trigger-settings-next.png)
193201
1. Review the warning message, and select **OK**.
194202

195-
1. Select **Publish All** to publish changes to Data Factory.
203+
1. Select **Publish all** to publish changes to Data Factory.
196204

197205
1. Switch to the **Monitor** tab on the left. Select **Refresh** to refresh the list. You see that the pipeline runs once every minute from the publish time to the end time.
198206

0 commit comments

Comments
 (0)