Skip to content

Commit 0577df7

Browse files
committed
edit pass: azure-data-factory-quickstarts
1 parent 9794021 commit 0577df7

File tree

4 files changed

+193
-137
lines changed

4 files changed

+193
-137
lines changed

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

Lines changed: 5 additions & 5 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 an Azure Data Factory mapping data flow.
44
author: whhender
55
ms.author: whhender
66
ms.reviewer: makromer
@@ -9,7 +9,7 @@ ms.topic: quickstart
99
ms.date: 02/13/2025
1010
---
1111

12-
# Create Azure Data Factory data flows
12+
# Create an Azure Data Factory mapping data flow
1313

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

@@ -40,7 +40,7 @@ You can also add data flows directly to your data factory without using a templa
4040
# [Azure Synapse](#tab/synapse-analytics)
4141

4242
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-
43+
4444
:::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.":::
4545

4646
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**.
@@ -62,4 +62,4 @@ You can also add data flows directly to your workspace without using a template.
6262
## Related content
6363

6464
* [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).
65+
* [Source transformation in mapping data flows](data-flow-source.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 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#what-is-a-resource-group).
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 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).
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 with Azure Data Factory](data-flow-create.md).

0 commit comments

Comments
 (0)