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
Copy file name to clipboardExpand all lines: articles/data-factory/quickstart-create-data-factory.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
---
2
2
title: Create an Azure Data Factory
3
-
description: Learn how to create a data factory by using Azure Data Factory Studio or the Azure portal.
3
+
description: Learn how to create a data factory using Azure Data Factory Studio or the Azure portal.
4
4
author: whhender
5
5
ms.topic: quickstart
6
6
ms.subservice: authoring
7
-
ms.date: 09/25/2024
7
+
ms.date: 04/23/2025
8
8
ms.author: whhender
9
9
ms.reviewer: xupzhou
10
+
11
+
#customer intent: As a new data factory customer, I want to create a data factory instance so I can test its functions for my organization, or get started using it.
12
+
10
13
---
11
14
12
15
# Quickstart: Create a data factory
@@ -24,7 +27,7 @@ If you're new to Azure Data Factory, see the [introduction to the service](intro
24
27
25
28
## Create a data factory in Azure Data Factory Studio
26
29
27
-
By using Azure Data Factory Studio, you can create a data factory in seconds:
30
+
Using Azure Data Factory Studio, you can create a data factory in seconds:
28
31
29
32
1. Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
30
33
@@ -34,7 +37,7 @@ By using Azure Data Factory Studio, you can create a data factory in seconds:
34
37
35
38
:::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
39
37
-
After you create a data factory, you can go to it from the home page of Azure Data Factory Studio.
40
+
1.After you create your data factory, you're taken to the home page of Azure Data Factory Studio where you can [get started](#related-content) using your data factory.
38
41
39
42
:::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
43
@@ -56,13 +59,11 @@ When you use the Azure portal to create a data factory, the creation options are
56
59
57
60
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#resource-groups).
58
61
59
-
1. For **Region**, select the location for the data factory.
60
-
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
+
1. For **Region**, select a location for the data factory.
62
63
63
-
1. For **Name**, enter **ADFTutorialDataFactory**.
64
+
The list shows only locations that Data Factory supports. This region is where your Data Factory metadata is 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
65
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
+
1. For **Name**, the name of the data factory must be *globally unique*. If you see an error that your name is already taken, change the name of the data factory (for example, to **\<yourname\>ADFTutorialDataFactory**) and try creating it again. To learn more about naming rules for Data Factory artifacts, see [Data Factory naming rules](naming-rules.md).
66
67
67
68
:::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
69
@@ -72,7 +73,7 @@ When you use the Azure portal to create a data factory, the creation options are
72
73
73
74
1. After the creation is complete, select **Go to resource**.
74
75
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
+
1. On the page for your data factory, select **Launch Studio** to open Azure Data Factory Studio. From here, you can [get started](#related-content) using your data factory.
76
77
77
78
:::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.":::
78
79
@@ -83,3 +84,4 @@ When you use the Azure portal to create a data factory, the creation options are
83
84
84
85
- Learn how to [use Azure Data Factory to copy data from one location to another](quickstart-hello-world-copy-data-tool.md).
85
86
- Learn how to [create a data flow by using Azure Data Factory](data-flow-create.md).
87
+
- Check our [list of top tutorials](data-factory-tutorials.md) to get started with other Azure Data Factory topics.
0 commit comments