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 dataflow 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.
17
17
18
-
Mapping Data Flows provide 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 sink to land your results in a destination.
Get started by first [creating a new V2 Data Factory](quickstart-create-data-factory-portal.md) from the Azure portal. After creating your new factory, select the **Open Azure Data Factory Studio** tile in the portal to launch the Data Factory Studio.
24
+
1.[Create a new data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
25
+
26
+
1. In the portal, go to your data factory. Select **Overview**, and then select the **Open Azure Data Factory Studio** tile.
27
+
28
+
:::image type="content" source="media/data-flow-create/open-data-factory-studio-from-portal.png" alt-text="Screenshot that shows the tile for opening Azure Data Factory Studio in the Azure portal.":::
29
+
30
+
1. In Azure Data Factory Studio, you can add sample data flows from the template gallery. To browse the gallery, go to the **Author** tab. Select the plus sign, and then choose **Pipeline** > **Template gallery**.
25
31
26
-
:::image type="content" source="media/data-flow-create/open-data-factory-studio-from-portal.png" alt-text="Shows a screenshot of how to open the Data Factory Studio from the Azure portal.":::
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.":::
27
33
28
-
You can add sample Data Flows from the template gallery. To browse the gallery, select the **Author**tab in Data Factory Studio and click the plus sign to choose **Pipeline** | **Template Gallery**.
34
+
1. Under **Categories**, select the **Data flow**category to choose from the available templates.
29
35
30
-
:::image type="content" source="media/data-flow-create/open-template-gallery-from-data-factory.png" alt-text="Shows how to open the template gallery in Data Factory.":::
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.":::
31
37
32
-
Select the Data Flow category there to choose from the available templates.
38
+
You can also add data flows directly to your data factory without using a template. On the **Author** tab in Azure Data Factory Studio, select the plus sign, and then choose **Data flow** > **Data flow**.
33
39
34
-
:::image type="content" source="media/data-flow-create/template-gallery-filtered-for-data-flow.png" alt-text="Shows the template gallery filtered for data flows.":::
40
+
:::image type="content" source="media/data-flow-create/create-data-flow-directly.png" alt-text="Screenshot that shows selections for creating an empty data flow directly.":::
35
41
36
-
You can also add data flows directly to your data factory without using a template. Select the **Author**tab in Data Factory Studio and click the plus sign to choose **Data Flow** | **Data Flow**.
:::image type="content" source="media/data-flow-create/create-data-flow-directly.png" alt-text="Shows a screenshot of how to create an empty data flow directly.":::
44
+
1.[Create a new Azure Synapse Analytics workspace by using the Azure portal](../synapse-analytics/quickstart-create-workspace.md).
39
45
40
-
# [Azure Synapse](#tab/synapse-analytics)
46
+
1. In the portal, go to your workspace. Select **Overview**, and then select the **Open Synapse Studio** tile.
41
47
42
-
Get started by first [creating a new Synapse Workspace](../synapse-analytics/quickstart-create-workspace.md)from the Azure portal. After creating your new workspace, select the **Open Azure Studio** tile to launch the Data Factory UI.
48
+
:::image type="content" source="media/data-flow-create/open-synapse-studio-from-portal.png" alt-text="Screenshot that shows the tile for opening Azure Synapse Analytics Studio in the Azure portal.":::
43
49
44
-
:::image type="content" source="media/data-flow-create/open-synapse-studio-from-portal.png" alt-text="Shows a screenshot of how to open the Synapse Studio from the Azure portal.":::
50
+
1. In Azure Synapse Analytics Studio, you can add sample data flows from the template gallery. To browse the gallery, go to the **Integrate** tab. Select the plus sign, and then choose **Browse gallery**.
45
51
46
-
You can add sample Data Flows from the templategallery. To browse the gallery, select the **Integrate** tab in Synapse Studio and click the plus sign to choose **Browse Gallery**.
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.":::
47
53
48
-
:::image type="content" source="media/data-flow-create/open-template-gallery-from-synapse.png" alt-text="Shows how to open the template gallery in Data Factory.":::
54
+
1. For **Category**, select **Data flow** to choose from the available templates.
49
55
50
-
Filter on Category:Data Flow there to choose from the available templates.
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.":::
51
57
52
-
:::image type="content" source="media/data-flow-create/synapse-template-gallery-filtered-for-data-flow.png" alt-text="Shows the template gallery filtered for data flows.":::
58
+
You can also add data flows directly to your workspace without using a template. On the **Integrate** tab in Azure Synapse Analytics Studio, select the plus sign, and then choose **Pipeline**.
53
59
54
-
You can also add data flows directly to your workspace without using a template. Select the **Integrate** tab in Synapse Studio and click the plus sign to choose **Pipeline**. Then in your pipeline, expand the **Move & transform** Activities section and drag a **Data flow** onto the canvas for the pipeline.
60
+
:::image type="content" source="media/data-flow-create/create-pipeline-in-synapse.png" alt-text="Screenshot that shows selections for creating an empty pipeline directly.":::
55
61
56
-
:::image type="content" source="media/data-flow-create/create-pipeline-in-synapse.png" alt-text="Shows a screenshot of how to create an empty pipeline directly.":::
62
+
Then, in your pipeline, expand the **Move & transform** > **Activities** section and drag **Data flow** onto the canvas for the pipeline.
57
63
58
-
:::image type="content" source="media/data-flow-create/add-data-flow-to-pipeline-synapse.png" alt-text="Shows a screenshot of how to add an empty data flow to a pipeline directly.":::
64
+
:::image type="content" source="media/data-flow-create/add-data-flow-to-pipeline-synapse.png" alt-text="Screenshot that shows selections for adding an empty data flow to a pipeline directly.":::
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 both in Azure Data Factory and Azure Synapse Pipelines. This article applies to mapping data flows. If you are new to transformations, please 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 a mapping data flow](../tutorial-data-flow.md).
description: Get started learning about Azure Data Factory fast with our introductory training modules.
2
+
title: Summary of Introductory Training Modules
3
+
description: Learn about introductory training modules that can help you quickly get started with Aure Data Factory.
4
4
author: whhender
5
-
ms.topic: quickstart
5
+
ms.topic: concept-article
6
6
ms.date: 02/13/2025
7
7
ms.author: whhender
8
8
ms.subservice: data-movement
9
9
---
10
10
11
11
# Introductory training modules for Azure Data Factory
12
12
13
-
Azure Data Factory provides many training modules to help you learn the basics, and more in-depth modules to give you proficiency over some of the deeper capabilities of the service. Below we provide links and descriptions of our introductory modules to get you started fast! You can also [view the entire catalog](/training/browse/?filter-products=factory&products=azure-data-factory) of available data factory training, including more advanced modules.
13
+
Microsoft Learn provides training modules to help you learn the basics of Azure Data Factory. This article provides links and descriptions for those modules, so you can get started fast.
14
+
15
+
You can also [view the entire catalog](/training/browse/?filter-products=factory&products=azure-data-factory) of available Data Factory training. The catalog includes in-depth modules to give you proficiency with more advanced capabilities of the service.
14
16
15
17
## Introduction to Azure Data Factory
16
18
17
-
This article is the best place to start if you're new to the product.
18
-
[Visit this module now.](/training/modules/intro-to-azure-data-factory)
19
+
This module is the best place to start if you're new to the product. [Go to the module](/training/modules/intro-to-azure-data-factory).
19
20
20
-
:::image type="content" source="media/quickstart-learn-modules/introduction-to-azure-data-factory.png" alt-text="Screenshot showing the Introduction to Azure Data Factory module start page.":::
21
+
:::image type="content" source="media/quickstart-learn-modules/introduction-to-azure-data-factory.png" alt-text="Screenshot that shows the start page for the Introduction to Azure Data Factory module.":::
21
22
22
23
## Integrate data with Azure Data Factory or Azure Synapse Pipeline
23
24
24
-
This module helps you understand the basic functionality of the service and learn how to use the integration runtime to access on-premises resources within your own network.
25
-
[Visit this module now.](/training/modules/data-integration-azure-data-factory)
25
+
This module helps you understand the basic functionality of Azure Data Factory. It also shows how to use the integration runtime to access on-premises resources within your own network. [Go to the module](/training/modules/data-integration-azure-data-factory).
26
26
27
-
:::image type="content" source="media/quickstart-learn-modules/integrate-data-with-azure-data-factory.png" alt-text="Screenshot showing the Integrate data with Azure Data Factory module start page.":::
27
+
:::image type="content" source="media/quickstart-learn-modules/integrate-data-with-azure-data-factory.png" alt-text="Screenshot that shows the start page for the Integrate data with Azure Data Factory or Azure Synapse Pipeline module.":::
28
28
29
-
## Petabytescale ingestion with Azure Data Factory or Azure Synapse Pipeline
29
+
## Petabyte-scale ingestion with Azure Data Factory or Azure Synapse Pipeline
30
30
31
-
This module introduces you to the details of Azure Data Factory's ingestion methods and demonstrates how you can ingest large volumes of data even at petabyte scale using the service.
32
-
[Visit this module now.](/training/modules/petabyte-scale-ingestion-azure-data-factory)
31
+
This module introduces you to the details of ingestion methods in Azure Data Factory. It demonstrates how you can ingest large volumes of data, even at petabyte scale, by using the service. [Go to the module](/training/modules/petabyte-scale-ingestion-azure-data-factory).
33
32
34
-
:::image type="content" source="media/quickstart-learn-modules/petabyte-scale-ingestion.png" alt-text="Screenshot showing the Petabyte-scale ingestion with Azure Data Factory module start page.":::
33
+
:::image type="content" source="media/quickstart-learn-modules/petabyte-scale-ingestion.png" alt-text="Screenshot that shows the start page for the Petabyte-scale ingestion with Azure Data Factory or Azure Synapse Pipeline module.":::
35
34
36
35
## Related content
37
36
38
37
-[Quickstart: Get started with Azure Data Factory](quickstart-get-started.md)
39
-
-[Quickstart: Create data factory using UI](quickstart-create-data-factory-portal.md)
40
-
-[Quickstart: Copy data tool](quickstart-hello-world-copy-data-tool.md)
41
-
-[Quickstart: Create data factory - ARM template](quickstart-create-data-factory-resource-manager-template.md)
42
-
-[Quickstart: Create data flow](data-flow-create.md)
43
-
-[All Learn modules for Azure Data Factory](/training/browse/?filter-products=fact&products=azure-data-factory)
38
+
-[Quickstart: Create a data factory by using the Azure portal](quickstart-create-data-factory-portal.md)
39
+
-[Quickstart: Use the Copy Data tool in Azure Data Factory Studio to copy data](quickstart-hello-world-copy-data-tool.md)
40
+
-[Quickstart: Create an Azure Data Factory by using an ARM template](quickstart-create-data-factory-resource-manager-template.md)
41
+
-[Quickstart: Create a mapping data flow in Azure Data Factory and Azure Synapse Analytics](data-flow-create.md)
42
+
-[All training modules for Azure Data Factory](/training/browse/?filter-products=fact&products=azure-data-factory)
0 commit comments