Skip to content

Commit 419a80d

Browse files
Merge pull request #108115 from Samantha-Yu/adfupdate0318
Refresh doc and address
2 parents 70c9bfe + 320c218 commit 419a80d

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed
21 KB
Loading
-8.25 KB
Loading
46.8 KB
Loading
45.2 KB
Loading
26.9 KB
Loading

articles/data-factory/quickstart-create-data-factory-copy-data-tool.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: douglasl
1010
ms.service: data-factory
1111
ms.workload: data-services
1212
ms.topic: quickstart
13-
ms.date: 06/20/2018
13+
ms.date: 03/18/2020
1414
---
1515

1616
# 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
3030

3131
1. Launch **Microsoft Edge** or **Google Chrome** web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.
3232
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**:
3434

35-
![Create a resource from the Azure portal menu](./media/quickstart-create-data-factory-copy-data-tool/create-data-factory-resource.png)
36-
37-
1. Select **Analytics**, and then select **Data Factory**.
38-
39-
![Data Factory selection in the "New" pane](./media/quickstart-create-data-factory-copy-data-tool/new-azure-data-factory-menu.png)
35+
![New data factory creation](./media/doc-common-process/new-azure-data-factory-menu.png)
4036

4137
1. On the **New data factory** page, enter **ADFTutorialDataFactory** for **Name**.
4238

@@ -74,11 +70,13 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
7470

7571
a. Click **+ Create new connection** to add a connection.
7672

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**.
74+
75+
![Select Blob](./media/quickstart-create-data-factory-copy-data-tool/select-blob-source.png)
7876

79-
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**.
77+
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**.
8078

81-
![Configure the Azure Blob storage account](./media/quickstart-create-data-factory-copy-data-tool/configure-blob-storage.png)
79+
![Configure the Azure Blob storage account](./media/quickstart-create-data-factory-copy-data-tool/configure-blob-storage.png)
8280

8381
d. Select the newly created linked service as source, and then click **Next**.
8482

@@ -106,15 +104,19 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
106104

107105
!["Deployment complete" page](./media/quickstart-create-data-factory-copy-data-tool/deployment-page.png)
108106

109-
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).
107+
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.
108+
109+
![Refresh pipeline](./media/quickstart-create-data-factory-copy-data-tool/refresh-pipeline.png)
110+
111+
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).
112+
113+
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**.
114114

115115
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.
116116

117117
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).
118118

119+
![Select Author tab](./media/quickstart-create-data-factory-copy-data-tool/select-author.png)
120+
119121
## Next steps
120-
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).
122+
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

Comments
 (0)