| title | Create an Azure Data Factory |
|---|---|
| description | Learn how to create a data factory using Azure Data Factory Studio or the Azure portal. |
| author | whhender |
| ms.topic | quickstart |
| ms.subservice | authoring |
| ms.date | 04/23/2025 |
| ms.author | whhender |
| ms.reviewer | xupzhou |
| ms.custom | sfi-image-nochange |
[!INCLUDEappliesto-adf-xxx-md]
This quickstart describes how to use either Azure Data Factory Studio or the Azure portal UI to create a data factory.
If you're new to Azure Data Factory, see the introduction to the service before you try this quickstart.
- If you don't have an Azure subscription, create a free account before you begin.
- 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.
Using Azure Data Factory Studio, you can create a data factory in seconds:
-
Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
-
Go to Azure Data Factory Studio and select the Create a new data factory option.
-
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.
:::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.":::
-
After you create your data factory, you're taken to the home page of Azure Data Factory Studio where you can get started using your data factory.
:::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.":::
When you use the Azure portal to create a data factory, the creation options are more advanced:
-
Open the Microsoft Edge or Google Chrome web browser. Currently, the Data Factory UI is supported only in these browsers.
-
Go to the page for data factories in the Azure portal.
-
Select Create.
:::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.":::
-
For Resource group, take one of the following steps:
- Select an existing resource group from the dropdown list.
- Select Create new, and then enter the name of a new resource group.
To learn about resource groups, see What is a resource group?
-
For Region, select a location for the data factory.
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.
-
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.
:::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.":::
-
For Version, select V2.
-
Select Review + create. After your configuration passes validation, select Create.
-
After the creation is complete, select Go to resource.
-
On the page for your data factory, select Launch Studio to open Azure Data Factory Studio. From here, you can get started using your data factory.
:::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.":::
[!NOTE] 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.
- Learn how to use Azure Data Factory to copy data from one location to another.
- Learn how to create a data flow by using Azure Data Factory.
- Check our list of top tutorials to get started with other Azure Data Factory topics.