Skip to content

Commit 1e94c38

Browse files
committed
Mild editing
1 parent e80b451 commit 1e94c38

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 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
77
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
@@ -34,7 +37,7 @@ 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,9 +59,9 @@ 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.
62+
1. For **Region**, select a location for the data factory.
6063

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

6366
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).
6467

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

7174
1. After the creation is complete, select **Go to resource**.
7275

73-
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.
7477

7578
:::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.":::
7679

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

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