Skip to content

Commit 04a0d34

Browse files
authored
Merge pull request #86052 from Samantha-Yu/adfupdate0821
Updated Quickstarts-Create data factory-Copy Data tool
2 parents 8591b7e + 8dbaa1f commit 04a0d34

File tree

6 files changed

+18
-35
lines changed

6 files changed

+18
-35
lines changed
-2.78 KB
Loading
-6.42 KB
Loading
18.7 KB
Loading
20.1 KB
Loading
1.85 KB
Loading

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

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
2828

2929
## Create a data factory
3030

31-
1. Select **New** on the left menu, select **Data + Analytics**, and then select **Data Factory**.
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+
1. Go to the [Azure portal](https://portal.azure.com).
33+
1. Select **Create a resource** on the left menu, select **Analytics**, and then select **Data Factory**.
3234

33-
![Data Factory selection in the "New" pane](./media/quickstart-create-data-factory-copy-data-tool/new-azure-data-factory-menu.png)
35+
![Data Factory selection in the "New" pane](./media/doc-common-process/new-azure-data-factory-menu.png)
3436
1. On the **New data factory** page, enter **ADFTutorialDataFactory** for **Name**.
35-
36-
!["New data factory" page](./media/quickstart-create-data-factory-copy-data-tool/new-azure-data-factory.png)
3737

3838
The name of the Azure data factory must be *globally unique*. If you see the following error, change the name of the data factory (for example, **<yourname>ADFTutorialDataFactory**) and try creating again. For naming rules for Data Factory artifacts, see the [Data Factory - naming rules](naming-rules.md) article.
3939

40-
![Error when a name is not available](./media/quickstart-create-data-factory-portal/name-not-available-error.png)
40+
![Error when a name is not available](./media/doc-common-process/name-not-available-error.png)
4141
1. For **Subscription**, select your Azure subscription in which you want to create the data factory.
4242
1. For **Resource Group**, use one of the following steps:
4343

@@ -46,20 +46,21 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
4646

4747
To learn about resource groups, see [Using resource groups to manage your Azure resources](../azure-resource-manager/resource-group-overview.md).
4848
1. For **Version**, select **V2**.
49-
1. For **Location**, select the location for the data factory.
49+
1. For **Location**, select the location for the data factory.
5050

51-
The list shows only locations that Data Factory supports, and where your Azure Data Factory meta data will be stored. Please note that the associated data stores (like Azure Storage and Azure SQL Database) and computes (like Azure HDInsight) that Data Factory uses can run in other regions.
51+
The list shows only locations that Data Factory supports, and where your Azure Data Factory meta data will be stored. The associated data stores (like Azure Storage and Azure SQL Database) and computes (like Azure HDInsight) that Data Factory uses can run in other regions.
5252

5353
1. Select **Create**.
54+
5455
1. After the creation is complete, you see the **Data Factory** page. Select the **Author & Monitor** tile to start the Azure Data Factory user interface (UI) application on a separate tab.
5556

56-
![Home page for the data factory, with the "Author & Monitor" tile](./media/quickstart-create-data-factory-copy-data-tool/data-factory-home-page.png)
57+
![Home page for the data factory, with the "Author & Monitor" tile](./media/doc-common-process/data-factory-home-page.png)
5758

5859
## Start the Copy Data tool
5960

6061
1. On the **Let's get started** page, select the **Copy Data** tile to start the Copy Data tool.
6162

62-
!["Copy Data" tile](./media/quickstart-create-data-factory-copy-data-tool/copy-data-tool-tile.png)
63+
!["Copy Data" tile](./media/doc-common-process/get-started-page.png)
6364

6465
1. On the **Properties** page of the Copy Data tool, you can specify a name for the pipeline and its description, then select **Next**.
6566

@@ -68,63 +69,45 @@ In this quickstart, you use the Azure portal to create a data factory. Then, you
6869

6970
a. Click **+ Create new connection** to add a connection.
7071

71-
!["Source data store" page](./media/quickstart-create-data-factory-copy-data-tool/new-source-linked-service.png)
72-
73-
b. Select **Azure Blob Storage** from the gallery, and then select **Next**.
74-
75-
![Select blob storage from gallery](./media/quickstart-create-data-factory-copy-data-tool/select-blob-source.png)
72+
b. Select **Azure Blob Storage** from the gallery, and then select **Continue**.
7673

77-
c. On the **Specify the Azure Blob storage account** page, select your storage account from the **Storage account name** list, and then select **Finish**.
74+
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**.
7875

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

81-
d. Select the newly created linked service as source, then click **Next**.
82-
83-
![Select source linked service](./media/quickstart-create-data-factory-copy-data-tool/select-source-linked-service.png)
78+
d. Select the newly created linked service as source, and then click **Next**.
8479

8580

8681
1. On the **Choose the input file or folder** page, complete the following steps:
8782

88-
a. Click **Browse** to navigate to the **adftutorial/input** folder, select the **emp.txt** file, then click **Choose**.
89-
90-
!["Choose the input file or folder" page](./media/quickstart-create-data-factory-copy-data-tool/configure-source-path.png)
83+
a. Click **Browse** to navigate to the **adftutorial/input** folder, select the **emp.txt** file, and then click **Choose**.
9184

92-
d. Check the **Binary copy** option to copy file as-is, then select **Next**.
85+
d. Select the **Binary copy** checkbox to copy file as-is, and then select **Next**.
9386

9487
!["Choose the input file or folder" page](./media/quickstart-create-data-factory-copy-data-tool/select-binary-copy.png)
9588

9689

97-
1. On the **Destination data store** page, select the **Azure Blob Storage** linked service you just created, and then select **Next**.
90+
1. On the **Destination data store** page, select the **Azure Blob Storage** linked service you created, and then select **Next**.
9891

99-
!["Destination data store" page](./media/quickstart-create-data-factory-copy-data-tool/select-sink-linked-service.png)
100-
101-
1. On the **Choose the output file or folder** page, enter **adftutorial/output** for the folder path, then select **Next**.
92+
1. On the **Choose the output file or folder** page, enter **adftutorial/output** for the folder path, and then select **Next**.
10293

10394
!["Choose the output file or folder" page](./media/quickstart-create-data-factory-copy-data-tool/configure-sink-path.png)
10495

10596
1. On the **Settings** page, select **Next** to use the default configurations.
10697

10798
1. On the **Summary** page, review all settings, and select **Next**.
10899

109-
!["Summary" page](./media/quickstart-create-data-factory-copy-data-tool/summary-page.png)
110-
111100
1. On the **Deployment complete** page, select **Monitor** to monitor the pipeline that you created.
112101

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

115104
1. The application switches to the **Monitor** tab. You see the status of the pipeline on this tab. Select **Refresh** to refresh the list.
116105

117-
![Monitor pipeline run](./media/quickstart-create-data-factory-copy-data-tool/pipeline-monitoring.png)
118-
119106
1. Select the **View Activity Runs** link in the **Actions** column. The pipeline has only one activity of type **Copy**.
120-
121-
![Monitor activity run](./media/quickstart-create-data-factory-copy-data-tool/activity-monitoring.png)
122107

123108
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).
124109

125-
![Copy operation details](./media/quickstart-create-data-factory-copy-data-tool/activity-execution-details.png)
126-
127-
1. Verify that the **emp.txt** file is created in the **output** folder of the **adftutorial** container. If the output folder does not exist, the Data Factory service automatically creates it.
110+
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.
128111

129112
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).
130113

0 commit comments

Comments
 (0)