Skip to content

Commit 5d26465

Browse files
committed
edit pass: azure-data-factory-quickstarts
1 parent 4931254 commit 5d26465

File tree

3 files changed

+47
-42
lines changed

3 files changed

+47
-42
lines changed

articles/data-factory/data-flow-create.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create a Mapping Data Flow
3-
description: Learn how to create an Azure Data Factory mapping data flow.
3+
description: Learn how to create a mapping data flow in Azure Data Factory and Azure Synapse Analytics.
44
author: whhender
55
ms.author: whhender
66
ms.reviewer: makromer
@@ -9,53 +9,59 @@ ms.topic: quickstart
99
ms.date: 02/13/2025
1010
---
1111

12-
# Create an Azure Data Factory mapping data flow
12+
# Quickstart: Create a mapping data flow in Azure Data Factory and Azure Synapse Analytics
1313

1414
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1515

16-
[!INCLUDE[data-flow-preamble](includes/data-flow-preamble.md)]
16+
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.
1717

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.
18+
[!INCLUDE[data-flow-preamble](includes/data-flow-preamble.md)]
1919

2020
## Steps to create a new data flow
2121

2222
# [Azure Data Factory](#tab/data-factory)
2323

24-
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**.
2531

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.":::
2733

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.
2935

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.":::
3137

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

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.":::
3541

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**.
42+
# [Azure Synapse Analytics](#tab/synapse-analytics)
3743

38-
:::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).
3945

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.
4147

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.":::
4349

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

46-
You can add sample Data Flows from the template gallery. 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.":::
4753

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.
4955

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.":::
5157

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

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.":::
5561

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.
5763

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.":::
5965

6066
---
6167

articles/data-factory/includes/data-flow-preamble.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms.date: 10/20/2023
66
ms.author: susabat
77
ms.reviewer: whhender
88
---
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).
Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
11
---
2-
title: A summary of introductory training modules
3-
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.
44
author: whhender
5-
ms.topic: quickstart
5+
ms.topic: concept-article
66
ms.date: 02/13/2025
77
ms.author: whhender
88
ms.subservice: data-movement
99
---
1010

1111
# Introductory training modules for Azure Data Factory
1212

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.
1416

1517
## Introduction to Azure Data Factory
1618

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).
1920

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.":::
2122

2223
## Integrate data with Azure Data Factory or Azure Synapse Pipeline
2324

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).
2626

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.":::
2828

29-
## Petabyte scale ingestion with Azure Data Factory or Azure Synapse Pipeline
29+
## Petabyte-scale ingestion with Azure Data Factory or Azure Synapse Pipeline
3030

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).
3332

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.":::
3534

3635
## Related content
3736

3837
- [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

Comments
 (0)