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/data-factory/quickstart-create-data-factory-copy-data-tool.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.reviewer: douglasl
10
10
ms.service: data-factory
11
11
ms.workload: data-services
12
12
ms.topic: quickstart
13
-
ms.date: 06/20/2018
13
+
ms.date: 03/18/2020
14
14
---
15
15
16
16
# Quickstart: Use the Copy Data tool to copy data
@@ -30,13 +30,9 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
30
30
31
31
1. Launch **Microsoft Edge** or **Google Chrome** web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.
32
32
1. Go to the [Azure portal](https://portal.azure.com).
33
-
1. From the Azure portal menu, select **Create a resource**.
33
+
1. From the Azure portal menu, select **Create a resource** > **Analytics** > **Data Factory**:
34
34
35
-

36
-
37
-
1. Select **Analytics**, and then select **Data Factory**.
38
-
39
-

35
+

40
36
41
37
1. On the **New data factory** page, enter **ADFTutorialDataFactory** for **Name**.
42
38
@@ -74,9 +70,10 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
74
70
75
71
a. Click **+ Create new connection** to add a connection.
76
72
77
-
b. Select **Azure Blob Storage** from the gallery, and then select **Continue**.
73
+
b. Select the linked service type that you want to create for the source connection. In this tutorial, we use **Azure Blob Storage**. Select it from the gallery, and then select **Continue**.
c. On the **New Linked Service (Azure Blob Storage)** page, specify a name for your linked service. Select your storage account from the **Storage account name** list, test connection, and then select **Finish**.
76
+
c. On the **New Linked Service (Azure Blob Storage)** page, specify a name for your linked service. Select your storage account from the **Storage account name** list, test connection, and then select **Create**.
80
77
81
78

82
79
@@ -106,15 +103,19 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
1. The application switches to the **Monitor** tab. You see the status of the pipeline on this tab. Select **Refresh** to refresh the list.
110
-
111
-
1. Select the **View Activity Runs** link in the **Actions** column. The pipeline has only one activity of type **Copy**.
112
-
113
-
1. To view details about the copy operation, select the **Details** (eyeglasses image) link in the **Actions** column. For details about the properties, see [Copy Activity overview](copy-activity-overview.md).
106
+
1. The application switches to the **Monitor** tab. You see the status of the pipeline on this tab. Select **Refresh** to refresh the list. Click the link under **PIPELINE NAME** to view activity run details or rerun the pipeline.
1. On the Activity runs page, select the **Details** link (eyeglasses icon) under the **ACTIVITY NAME** column for more details about copy operation. For details about the properties, see [Copy Activity overview](copy-activity-overview.md).
111
+
112
+
1. To go back to the Pipeline Runs view, select the **ALL pipeline runs** link in the breadcrumb menu. To refresh the view, select **Refresh**.
114
113
115
114
1. Verify that the **emp.txt** file is created in the **output** folder of the **adftutorial** container. If the output folder doesn't exist, the Data Factory service automatically creates it.
116
115
117
116
1. Switch to the **Author** tab above the **Monitor** tab on the left panel so that you can edit linked services, datasets, and pipelines. To learn about editing them in the Data Factory UI, see [Create a data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
The pipeline in this sample copies data from one location to another location in Azure Blob storage. To learn about using Data Factory in more scenarios, go through the [tutorials](tutorial-copy-data-portal.md).
0 commit comments