Skip to content

Commit 6d9888e

Browse files
committed
Refresh doc and address feedback
1 parent db072c4 commit 6d9888e

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
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: 15 additions & 14 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,9 +70,10 @@ 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+
![Select Blob](./media/quickstart-create-data-factory-copy-data-tool/select-blob-source.png)
7875

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**.
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**.
8077

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

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

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

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

115114
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.
116115

117116
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).
118117

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