Skip to content

Commit e50582f

Browse files
authored
Merge pull request #298738 from whhender/update-create-data-factory
Update create data factory
2 parents df62816 + 1e94c38 commit e50582f

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed
29.1 KB
Loading
-48.5 KB
Loading
82.3 KB
Loading
13 KB
Loading
6.42 KB
Loading

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
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.
44
author: whhender
55
ms.topic: quickstart
66
ms.subservice: authoring
7-
ms.date: 09/25/2024
7+
ms.date: 04/23/2025
88
ms.author: whhender
99
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+
1013
---
1114

1215
# Quickstart: Create a data factory
@@ -24,7 +27,7 @@ If you're new to Azure Data Factory, see the [introduction to the service](intro
2427

2528
## Create a data factory in Azure Data Factory Studio
2629

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:
2831

2932
1. Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
3033

@@ -34,7 +37,7 @@ By using Azure Data Factory Studio, you can create a data factory in seconds:
3437

3538
:::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.":::
3639

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

3942
:::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.":::
4043

@@ -56,13 +59,11 @@ When you use the Azure portal to create a data factory, the creation options are
5659

5760
To learn about resource groups, see [What is a resource group?](../azure-resource-manager/management/overview.md#resource-groups).
5861

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

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

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

6768
:::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.":::
6869

@@ -72,7 +73,7 @@ When you use the Azure portal to create a data factory, the creation options are
7273

7374
1. After the creation is complete, select **Go to resource**.
7475

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

7778
:::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.":::
7879

@@ -83,3 +84,4 @@ When you use the Azure portal to create a data factory, the creation options are
8384

8485
- Learn how to [use Azure Data Factory to copy data from one location to another](quickstart-hello-world-copy-data-tool.md).
8586
- 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

Comments
 (0)