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
A mapping data flow provides a way to transform data at scale without any coding required. You can design a data transformation job in the data flow designer by constructing a series of transformations. Start with any number of source transformations, followed by data transformation steps. Then, complete your data flow with a sink to land your results in a destination.
A mapping data flow provides a way to transform data at scale without any coding required. You can design a data transformation job in the data flow designer by constructing a series of transformations. Start with any number of source transformations, followed by data transformation steps. Then, complete your data flow with a sink to land your results in a destination.
19
+
20
20
## Steps to create a new data flow
21
21
22
22
# [Azure Data Factory](#tab/data-factory)
23
23
24
-
1.[Create a new data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
24
+
1.[Create a new V2 data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
25
25
26
26
1. In the portal, go to your data factory. Select **Overview**, and then select the **Open Azure Data Factory Studio** tile.
27
27
@@ -31,7 +31,7 @@ A mapping data flow provides a way to transform data at scale without any coding
31
31
32
32
:::image type="content" source="media/data-flow-create/open-template-gallery-from-data-factory.png" alt-text="Screenshot that shows selections for opening the template gallery in Azure Data Factory Studio.":::
33
33
34
-
1.Under **Categories**, select the **Data flow** category to choose from the available templates.
34
+
1.Filter by the **Data flow** category to choose from the available templates.
35
35
36
36
:::image type="content" source="media/data-flow-create/template-gallery-filtered-for-data-flow.png" alt-text="Screenshot that shows the template gallery filtered for data flows.":::
37
37
@@ -51,7 +51,7 @@ You can also add data flows directly to your data factory without using a templa
51
51
52
52
:::image type="content" source="media/data-flow-create/open-template-gallery-from-synapse.png" alt-text="Screenshot that shows selections for opening the template gallery in Azure Synapse Analytics Studio.":::
53
53
54
-
1.For **Category**, select**Data flow** to choose from the available templates.
54
+
1.Filter by the**Data flow** category to choose from the available templates.
55
55
56
56
:::image type="content" source="media/data-flow-create/synapse-template-gallery-filtered-for-data-flow.png" alt-text="Screenshot that shows the template gallery filtered for data flows.":::
Copy file name to clipboardExpand all lines: articles/data-factory/includes/data-flow-preamble.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,4 @@ ms.date: 10/20/2023
6
6
ms.author: susabat
7
7
ms.reviewer: whhender
8
8
---
9
-
Data flows are available in both Azure Data Factory pipelines and Azure Synapse Analytics pipelines. This article applies to mapping data flows. If you're new to transformations, refer to the introductory article [Transform data using a mapping data flow](../tutorial-data-flow.md).
9
+
Data flows are available in both Azure Data Factory pipelines and Azure Synapse Analytics pipelines. This article applies to mapping data flows. If you're new to transformations, refer to the introductory article [Transform data using mapping data flows](../tutorial-data-flow.md).
Copy file name to clipboardExpand all lines: articles/data-factory/quickstart-create-data-factory.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ By using Azure Data Factory Studio, you can create a data factory in seconds:
34
34
35
35
:::image type="content" source="media/quickstart-create-data-factory/create-with-azure-data-factory-studio.png" alt-text="Screenshot that shows the Azure Data Factory Studio page for creating a data factory.":::
36
36
37
-
After you create a data factory, you go to it from the home page of Azure Data Factory Studio.
37
+
After you create a data factory, you can go to it from the home page of Azure Data Factory Studio.
38
38
39
39
:::image type="content" source="media/quickstart-create-data-factory/azure-data-factory-studio-home-page.png" alt-text="Screenshot that shows the Azure Data Factory Studio page for a created data factory.":::
40
40
@@ -54,15 +54,15 @@ When you use the Azure portal to create a data factory, the creation options are
54
54
- Select an existing resource group from the dropdown list.
55
55
- Select **Create new**, and then enter the name of a new resource group.
56
56
57
-
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#what-is-a-resource-group).
57
+
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#resource-groups).
58
58
59
59
1. For **Region**, select the location for the data factory.
60
60
61
61
The list shows only locations that Data Factory supports, and where your Data Factory metadata 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.
62
62
63
63
1. For **Name**, enter **ADFTutorialDataFactory**.
64
64
65
-
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, to **\<yourname\>ADFTutorialDataFactory**) and try creating it again. To learn about naming rules for Data Factory artifacts, see [Data Factory naming rules](naming-rules.md).
65
+
The name of the data factory must be *globally unique*. If you see the following error, change the name of the data factory (for example, to **\<yourname\>ADFTutorialDataFactory**) and try creating it again. To learn about naming rules for Data Factory artifacts, see [Data Factory naming rules](naming-rules.md).
66
66
67
67
:::image type="content" source="./media/doc-common-process/name-not-available-error.png" alt-text="Screenshot that shows an error for a new data factory that indicates a duplicate name.":::
68
68
@@ -82,4 +82,4 @@ When you use the Azure portal to create a data factory, the creation options are
82
82
## Related content
83
83
84
84
- Learn how to [use Azure Data Factory to copy data from one location to another](quickstart-hello-world-copy-data-tool.md).
85
-
- Learn how to [create a data flow with Azure Data Factory](data-flow-create.md).
85
+
- Learn how to [create a data flow by using Azure Data Factory](data-flow-create.md).
Copy file name to clipboardExpand all lines: articles/data-factory/quickstart-get-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The following video provides a walkthrough of the sample in this article:
31
31
32
32
## Step 1: Use the demo to create resources
33
33
34
-
In this demo scenario, you use the [copy activity](copy-activity-overview.md) in a data factory to copy a blob named moviesDB2.csv from an input folder on 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.
34
+
In this demo scenario, you use the [copy activity](copy-activity-overview.md) in a data factory to copy a blob named moviesDB2.csv from an input folder in 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.
35
35
36
36
1. Select the following button.
37
37
@@ -89,7 +89,7 @@ All the resources in this demo are created in the new resource group, so you can
89
89
90
90
## Step 3: Trigger the demo pipeline to run
91
91
92
-
1. Select **Add Trigger**, and then select **Trigger now**.
92
+
1. Select **Add trigger**, and then select **Trigger now**.
93
93
94
94
:::image type="content" source="media/quickstart-get-started/trigger-now.png" alt-text="Screenshot of the button for the triggering the demo pipeline to run.":::
95
95
1. On the right pane, under **Pipeline run**, select **OK**.
In this quickstart, you use the Copy Data tool in Azure Data Factory Studio to create a pipeline that copies data from the source folder in Azure Blob Storage to a target folder.
17
+
In this quickstart, you use the Copy Data tool in Azure Data Factory Studio to create a pipeline that copies data from a source folder in Azure Blob Storage to a target folder.
18
18
19
19
## Prerequisites
20
20
@@ -94,9 +94,9 @@ The Copy Data tool has five pages that walk you through the task of copying data
94
94
95
95
### Step 3: Complete destination configuration
96
96
97
-
1. On the **Target** page of the Copy Data tool, for **connection**, select the **AzureBlobStorage** connection that you created.
97
+
1. On the **Target** page of the Copy Data tool, for **Connection**, select the **AzureBlobStorage** connection that you created.
98
98
99
-
1. In the **Folder path** section, enter **adftutorial/output**.
99
+
1. In the **Folder path** section, enter **adftutorial/output**.
100
100
101
101
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/destination-data-store.png" alt-text="Screenshot that shows settings for a destination data store.":::
102
102
@@ -129,7 +129,7 @@ After you finish copying the data, you can monitor the pipeline that you created
129
129
130
130
:::image type="content" source="./media/quickstart-hello-world-copy-data-tool/refresh-pipeline.png" alt-text="Screenshot that shows the button for refreshing the list of pipelines.":::
131
131
132
-
1. On the page that shows the details of the activity run, select the **Details** link (eyeglasses icon) in the **Activity name** column for more details about copy operation. For information about the properties, see the [overview article about the copy activity](copy-activity-overview.md).
132
+
1. On the page that shows the details of the activity run, select the **Details** link (eyeglasses icon) in the **Activity name** column for more details about the copy operation. For information about the properties, see the [overview article about the copy activity](copy-activity-overview.md).
0 commit comments