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
Welcome to Azure Data Factory! This getting started article will let you create your first data factory and pipeline within 5 minutes. The ARM template below will create and configure everything you need to try it out. Then you only need to navigate to your demo data factory and make one more click to trigger the pipeline, which moves some sample data from one Azure blob storage to another.
18
+
Welcome to Azure Data Factory! This getting started article will let you create your first data factory and pipeline within 5 minutes. The ARM template below will create and configure everything you need to try it out. Then you only need to navigate to your demo data factory and make one more click to trigger the pipeline, which moves some sample data from one Azure blob storage to another.
19
19
20
20
## Prerequisites
21
21
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
@@ -27,74 +27,74 @@ The following video provides a walkthrough of the sample:
In your first demo scenario you will use the [Copy activity](copy-activity-overview.md) in a data factory to copy an Azure blob named moviesDB2.csv from an input folder on an Azure Blob Storage to an output folder. In a real world scenario this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
30
+
In your first demo scenario you'll use the [Copy activity](copy-activity-overview.md) in a data factory to copy an Azure blob named moviesDB2.csv from an input folder on an Azure Blob Storage to an output folder. In a real world scenario, this copy operation could be between any of the many supported data sources and sinks available in the service. It could also involve transformations in the data.
31
31
32
-
Try it now with one click! After clicking the button below, the following objects will be created in Azure:
32
+
Try it now with one click! After selecting the button below, the following objects will be created in Azure:
33
33
- A data factory account
34
34
- A pipeline within the data factory with one copy activity
35
35
- An Azure blob storage with [moviesDB2.csv](https://raw.githubusercontent.com/kromerm/adfdataflowdocs/master/sampledata/moviesDB2.csv) uploaded into an input folder as source
36
36
- A linked service to connect the data factory to the Azure blob storage
37
37
38
38
## Step 1: Click the button to start
39
39
40
-
Select the button below to try it out! (If you clicked the one above already, you don't need to do it again.)
40
+
Select the button below to try it out! (If you clicked the one above already, you don't need to do it again.)
41
41
42
42
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.datafactory%2Fdata-factory-get-started%2Fazuredeploy.json)
43
43
44
-
You will be redirected to the configuration page shown in the image below to deploy the template. Here, you only need to create a **new resource group**. (You can leave all the other values with their defaults.) Then click **Review + create** and click **Create** to deploy the resources.
44
+
You'll be redirected to the configuration page shown in the image below to deploy the template. Here, you only need to create a **new resource group**. (You can leave all the other values with their defaults.) Then click **Review + create** and click **Create** to deploy the resources.
45
45
46
46
> [!NOTE]
47
-
> The user deploying the template needs to assign a role to a managed identity. This requires permissions that can be granted through the Owner, User Access Administrator or Managed Identity Operator roles.
47
+
> The user deploying the template needs to assign a role to a managed identity. This requires permissions that can be granted through the Owner, User Access Administrator, or Managed Identity Operator roles.
48
48
49
-
All of the resources referenced above will be created in the new resource group, so you can easily clean them up after trying the demo.
49
+
All of the resources referenced above will be created in the new resource group, so you can easily clean them up after trying the demo.
50
50
51
51
:::image type="content" source="media/quickstart-get-started/deploy-template.png" alt-text="A screenshot of the deployment template creation dialog.":::
52
52
53
53
## Step 2: Review deployed resources
54
54
55
55
1. Select **Go to resource group** after your deployment is complete.
56
-
:::image type="content" source="media/quickstart-get-started/deployment-complete.png" alt-text="A screenshot of the deployment complete page in the Azure portal after successfully deploying the template.":::
56
+
:::image type="content" source="media/quickstart-get-started/deployment-complete.png" alt-text="A screenshot of the deployment complete page in the Azure portal after successfully deploying the template.":::
57
57
58
-
1. In the resource group, you will see the new data factory, Azure blob storage account, and managed identity that were created by the deployment.
59
-
:::image type="content" source="media/quickstart-get-started/resource-group-contents.png" alt-text="A screenshot of the contents of the resource group created for the demo.":::
58
+
1. In the resource group, you'll see the new data factory, Azure blob storage account, and managed identity that were created by the deployment.
59
+
:::image type="content" source="media/quickstart-get-started/resource-group-contents.png" alt-text="A screenshot of the contents of the resource group created for the demo.":::
60
60
61
61
1. Select the data factory in the resource group to view it. Then select the **Launch Studio** button to continue.
62
-
:::image type="content" source="media/quickstart-get-started/launch-adf-studio.png" alt-text="A screenshot of the Azure portal on the newly created data factory page, highlighting the location of the Open Azure Data Factory Studio button.":::
62
+
:::image type="content" source="media/quickstart-get-started/launch-adf-studio.png" alt-text="A screenshot of the Azure portal on the newly created data factory page, highlighting the location of the Open Azure Data Factory Studio button.":::
63
63
64
-
1. Select on the **Author** tab <imgsrc="media/quickstart-get-started/author-button.png"alt="Author tab"/> and then the **Pipeline** created by the template. Then check the source data by selecting **Open**.
64
+
1. Select on the **Author** tab <imgsrc="media/quickstart-get-started/author-button.png"alt="Author tab"/> and then the **Pipeline** created by the template. Then check the source data by selecting **Open**.
65
65
66
-
:::image type="content" source="media/quickstart-get-started/view-pipeline.png" alt-text="Screenshot of the Azure Data Factory Studio showing the pipeline created by the template.":::
66
+
:::image type="content" source="media/quickstart-get-started/view-pipeline.png" alt-text="Screenshot of the Azure Data Factory Studio showing the pipeline created by the template.":::
67
67
68
-
1. In the source dataset that you will see, select **Browse**, and note the moviesDB2.csv file, which has been uploaded into the input folder already.
68
+
1. In the source dataset that you'll see, select **Browse**, and note the moviesDB2.csv file, which has been uploaded into the input folder already.
69
69
70
-
:::image type="content" source="media/quickstart-get-started/source-dataset-browse.png" alt-text="Screenshot of the source dataset highlighting the Browse button where the user can see the input file created for the demo.":::
70
+
:::image type="content" source="media/quickstart-get-started/source-dataset-browse.png" alt-text="Screenshot of the source dataset highlighting the Browse button where the user can see the input file created for the demo.":::
71
71
72
-
:::image type="content" source="media/quickstart-get-started/input-contents.png" alt-text="Screenshot of the contents of the input folder showing the moviesDB2.csv file used in the demo.":::
72
+
:::image type="content" source="media/quickstart-get-started/input-contents.png" alt-text="Screenshot of the contents of the input folder showing the moviesDB2.csv file used in the demo.":::
73
73
74
74
## Step 3: Trigger the demo pipeline to run
75
75
76
76
1. Select **Add Trigger**, and then **Trigger Now**.
77
-
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the Trigger Now button for the pipeline in the demo.":::
77
+
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the Trigger Now button for the pipeline in the demo.":::
78
78
1. In the right pane under **Pipeline run**, select **OK**.
79
79
80
80
## Monitor the pipeline
81
81
82
82
1. Select the **Monitor** tab <imgsrc="media/quickstart-get-started/monitor-button.png"alt="Monitor tab"/>.
83
83
1. You can see an overview of your pipeline runs in the Monitor tab, such as run start time, status, etc.
84
-
85
-
:::image type="content" source="media/quickstart-get-started/monitor-overview.png" alt-text="Screenshot of the data factory monitoring tab.":::
84
+
85
+
:::image type="content" source="media/quickstart-get-started/monitor-overview.png" alt-text="Screenshot of the data factory monitoring tab.":::
86
86
87
87
1. In this quickstart, the pipeline has only one activity type: Copy. Click on the pipeline name and you can see the details of the copy activity's run results.
88
88
89
-
:::image type="content" source="media/quickstart-get-started/copy-activity-run-results.png" alt-text="Screenshot of the run results of a copy activity in the data factory monitoring tab.":::
89
+
:::image type="content" source="media/quickstart-get-started/copy-activity-run-results.png" alt-text="Screenshot of the run results of a copy activity in the data factory monitoring tab.":::
90
90
91
-
1. Click on details, and the detailed copy process is displayed. From the results, data read and written size are the same, and 1 file was read and written, which also proves all the data has been successfully copied to the destination.
91
+
1. Click on details, and the detailed copy process is displayed. From the results, data read and written size are the same, and one file was read and written, which also proves all the data has been successfully copied to the destination.
92
92
93
-
:::image type="content" source="media/quickstart-get-started/copy-activity-detailed-run-results.png" alt-text="Screenshot of the detailed copy activity run results.":::
93
+
:::image type="content" source="media/quickstart-get-started/copy-activity-detailed-run-results.png" alt-text="Screenshot of the detailed copy activity run results.":::
94
94
95
95
## Clean up resources
96
96
97
-
You can clean up all the resources you created in this quickstart in either of two ways. You can [delete the entire Azure resource group](../azure-resource-manager/management/delete-resource-group.md), which includes all the resources created in it. Or if you want to keep some resources intact, browse to the resource group and delete only the specific resources you want, keeping the others. For example, if you are using this template to create a data factory for use in another tutorial, you can delete the other resources but keep only the data factory.
97
+
You can clean up all the resources you created in this quickstart in either of two ways. You can [delete the entire Azure resource group](../azure-resource-manager/management/delete-resource-group.md), which includes all the resources created in it. Or if you want to keep some resources intact, browse to the resource group and delete only the specific resources you want, keeping the others. For example, if you're using this template to create a data factory for use in another tutorial, you can delete the other resources but keep only the data factory.
0 commit comments