Skip to content

Commit 140ce6c

Browse files
authored
Merge pull request #297665 from ShawnJackson/azure-data-factory-quickstarts
[AQ] edit pass: Azure Data Factory quickstarts
2 parents 0470347 + 18f0576 commit 140ce6c

File tree

6 files changed

+239
-178
lines changed

6 files changed

+239
-178
lines changed
Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a mapping data flow
3-
description: How to create an Azure Data Factory mapping data flow
2+
title: Create a 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,57 +9,63 @@ ms.topic: quickstart
99
ms.date: 02/13/2025
1010
---
1111

12-
# Create Azure Data Factory data flows
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

1616
[!INCLUDE[data-flow-preamble](includes/data-flow-preamble.md)]
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+
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.
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 V2 data factory by using the Azure portal](quickstart-create-data-factory-portal.md).
2525

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.":::
26+
1. In the portal, go to your data factory. Select **Overview**, and then select the **Open Azure Data Factory Studio** tile.
2727

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**.
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.":::
2929

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.":::
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**.
3131

32-
Select the Data Flow category there to choose from the available templates.
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.":::
3333

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.":::
34+
1. Filter by the **Data flow** category to choose from the available templates.
3535

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**.
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.":::
3737

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.":::
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**.
3939

40-
# [Azure Synapse](#tab/synapse-analytics)
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.":::
4141

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.
43-
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.":::
42+
# [Azure Synapse Analytics](#tab/synapse-analytics)
4543

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**.
44+
1. [Create a new Azure Synapse Analytics workspace by using the Azure portal](../synapse-analytics/quickstart-create-workspace.md).
4745

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.":::
46+
1. In the portal, go to your workspace. Select **Overview**, and then select the **Open Synapse Studio** tile.
4947

50-
Filter on Category:Data Flow there to choose from the available templates.
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.":::
5149

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.":::
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**.
5351

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

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.":::
54+
1. Filter by the **Data flow** category to choose from the available templates.
5755

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.":::
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.":::
57+
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**.
59+
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.":::
61+
62+
Then, in your pipeline, expand the **Move & transform** > **Activities** section and drag **Data flow** onto the canvas for the pipeline.
63+
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

6268
## Related content
6369

6470
* [Tutorial: Transform data using mapping data flows](tutorial-data-flow.md)
65-
* Begin building your data transformation with a [source transformation](data-flow-source.md).
71+
* [Source transformation in mapping data flows](data-flow-source.md)

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 mapping data flows](../tutorial-data-flow.md).
Lines changed: 43 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create an Azure Data Factory
3-
description: Learn how to create a data factory using UI from the Azure portal.
3+
description: Learn how to create a data factory by using Azure Data Factory Studio or the Azure portal.
44
author: whhender
55
ms.topic: quickstart
66
ms.subservice: authoring
@@ -9,76 +9,77 @@ ms.author: whhender
99
ms.reviewer: xupzhou
1010
---
1111

12-
# Quickstart: Create a data factory by using the Azure portal
12+
# Quickstart: Create a data factory
1313

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

16-
This quickstart describes how to use either the [Azure Data Factory Studio](https://adf.azure.com) or the [Azure portal UI](https://portal.azure.com) to create a data factory.
16+
This quickstart describes how to use either [Azure Data Factory Studio](https://adf.azure.com) or the [Azure portal UI](https://portal.azure.com) to create a data factory.
1717

18-
> [!NOTE]
19-
> If you are new to Azure Data Factory, see [Introduction to Azure Data Factory](introduction.md) before trying this quickstart.
18+
If you're new to Azure Data Factory, see the [introduction to the service](introduction.md) before you try this quickstart.
2019

2120
## Prerequisites
2221

23-
### Azure subscription
22+
- If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
23+
- Make sure that you have the required Azure roles to create a data factory. For more information, see [Roles and permissions for Azure Data Factory](concepts-roles-permissions.md).
2424

25-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25+
## Create a data factory in Azure Data Factory Studio
2626

27-
### Azure roles
27+
By using Azure Data Factory Studio, you can create a data factory in seconds:
2828

29-
To learn about the Azure role requirements to create a data factory, refer to [Azure Roles requirements](quickstart-create-data-factory-dot-net.md?#azure-roles).
29+
1. Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
3030

31-
## Create a data factory
31+
1. Go to [Azure Data Factory Studio](https://adf.azure.com) and select the **Create a new data factory** option.
3232

33-
A quick creation experience provided in the Azure Data Factory Studio to enable users to create a data factory within seconds. More advanced creation options are available in Azure portal.
33+
1. You can use the default values for the new data factory. Or you can choose a unique name, a preferred location, and a specific subscription. When you finish with these details, select **Create**.
3434

35-
### Quick creation in the Azure Data Factory Studio
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.":::
3636

37-
1. Launch **Microsoft Edge** or **Google Chrome** web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.
38-
1. Go to the [Azure Data Factory Studio](https://adf.azure.com) and choose the **Create a new data factory** radio button.
39-
1. You can use the default values to create directly, or enter a unique name and choose a preferred location and subscription to use when creating the new data factory.
40-
41-
:::image type="content" source="media/quickstart-create-data-factory/create-with-azure-data-factory-studio.png" alt-text="Shows a screenshot of the Azure Data Factory Studio page to create a new data factory.":::
37+
After you create a data factory, you can go to it from the home page of Azure Data Factory Studio.
4238

43-
1. After creation, you can directly enter the homepage of the [Azure Data Factory Studio](https://adf.azure.com).
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.":::
4440

45-
:::image type="content" source="media/quickstart-create-data-factory/azure-data-factory-studio-home-page.png" alt-text="Shows a screenshot of the Azure Data Factory Studio home page.":::
41+
## Create a data factory in the Azure portal
4642

47-
### Advanced creation in the Azure portal
43+
When you use the Azure portal to create a data factory, the creation options are more advanced:
4844

49-
1. Launch **Microsoft Edge** or **Google Chrome** web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.
50-
1. Go to the [Azure portal data factories page](https://portal.azure.com/#browse/Microsoft.DataFactory%2FdataFactories).
51-
1. After landing on the data factories page of the Azure portal, click **Create**.
45+
1. Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
5246

53-
:::image type="content" source="media/quickstart-create-data-factory/data-factory-create-from-portal.png" alt-text="Shows a screenshot of the Azure portal data factories Create button.":::
47+
1. Go to the [page for data factories in the Azure portal](https://portal.azure.com/#browse/Microsoft.DataFactory%2FdataFactories).
5448

55-
1. For **Resource Group**, take one of the following steps:
56-
1. Select an existing resource group from the drop-down list.
57-
1. Select **Create new**, and enter the name of a new resource group.
58-
59-
To learn about resource groups, see [Use resource groups to manage your Azure resources](../azure-resource-manager/management/overview.md).
49+
1. Select **Create**.
50+
51+
:::image type="content" source="media/quickstart-create-data-factory/data-factory-create-from-portal.png" alt-text="Screenshot of the Create button on the Azure portal page for data factories.":::
52+
53+
1. For **Resource group**, take one of the following steps:
54+
- Select an existing resource group from the dropdown list.
55+
- Select **Create new**, and then enter the name of a new resource group.
56+
57+
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#resource-groups).
6058

6159
1. For **Region**, select the location for the data factory.
6260

63-
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.
64-
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+
6563
1. For **Name**, enter **ADFTutorialDataFactory**.
66-
67-
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.
6864

69-
:::image type="content" source="./media/doc-common-process/name-not-available-error.png" alt-text="New data factory error message for duplicate name.":::
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+
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.":::
7068

7169
1. For **Version**, select **V2**.
7270

73-
1. Select **Review + create**, and select **Create** after the validation is passed. After the creation is complete, select **Go to resource** to navigate to the **Data Factory** page.
71+
1. Select **Review + create**. After your configuration passes validation, select **Create**.
72+
73+
1. After the creation is complete, select **Go to resource**.
74+
75+
1. On the page for your data factory, select **Launch Studio** to open Azure Data Factory Studio. Then, start the Azure Data Factory UI application on a separate browser tab.
76+
77+
:::image type="content" source="./media/quickstart-create-data-factory/azure-data-factory-launch-studio.png" alt-text="Screenshot of the home page for a data factory in the Azure portal, with the button for opening Azure Data Factory Studio highlighted.":::
7478

75-
1. Select **Launch Studio** to open Azure Data Factory Studio to start the Azure Data Factory user interface (UI) application on a separate browser tab.
76-
77-
:::image type="content" source="./media/quickstart-create-data-factory/azure-data-factory-launch-studio.png" alt-text="Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile highlighted.":::
78-
7979
> [!NOTE]
80-
> If you see that the web browser is stuck at "Authorizing", clear the **Block third-party cookies and site data** check box. Or keep it selected, create an exception for **login.microsoftonline.com**, and then try to open the app again.
80+
> If the web browser is stuck at **Authorizing**, clear the **Block third-party cookies and site data** checkbox. Or keep it selected, create an exception for **login.microsoftonline.com**, and then try to open the app again.
8181
8282
## Related content
83-
Learn how to use Azure Data Factory to copy data from one location to another with the [Hello World - How to copy data](quickstart-hello-world-copy-data-tool.md) tutorial.
84-
Lean how to create a data flow with Azure Data Factory[data-flow-create.md].
83+
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 by using Azure Data Factory](data-flow-create.md).

0 commit comments

Comments
 (0)