Quickstart: Create a data factory by using the Azure portal

APPLIES TO: Azure Data Factory Azure Synapse Analytics

Tip

Try out Data Factory in Microsoft Fabric, an all-in-one analytics solution for enterprises. Microsoft Fabric covers everything from data movement to data science, real-time analytics, business intelligence, and reporting. Learn how to start a new trial for free!

This quickstart describes how to use either the Azure Data Factory Studio or the Azure portal UI to create a data factory.

Note

If you are new to Azure Data Factory, see Introduction to Azure Data Factory before trying this quickstart.

Prerequisites

Azure subscription

If you don't have an Azure subscription, create a trial account before you begin.

Azure roles

To learn about the Azure role requirements to create a data factory, refer to Azure Roles requirements.

Create a data factory

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.

Quick creation in the Azure Data Factory Studio

  1. Launch Microsoft Edge or Google Chrome web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.

  2. Go to the Azure Data Factory Studio and choose the Create a new data factory radio button.

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

    Shows a screenshot of the Azure Data Factory Studio page to create a new data factory.

  4. After creation, you can directly enter the homepage of the Azure Data Factory Studio.

    Shows a screenshot of the Azure Data Factory Studio home page.

Advanced creation in the Azure portal

  1. Launch Microsoft Edge or Google Chrome web browser. Currently, Data Factory UI is supported only in Microsoft Edge and Google Chrome web browsers.

  2. Go to the Azure portal data factories page.

  3. After landing on the data factories page of the Azure portal, click Create.

    Shows a screenshot of the Azure portal data factories Create button.

  4. For Resource Group, take one of the following steps:

    1. Select an existing resource group from the drop-down list.

    2. Select Create new, and enter the name of a new resource group.

      To learn about resource groups, see Use resource groups to manage your Azure resources.

  5. For Region, select the location for the data factory.

    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.

  6. For Name, enter ADFTutorialDataFactory.

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

    New data factory error message for duplicate name.

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

  8. Select Launch Studio to open Azure Data Factory Studio to start the Azure Data Factory user interface (UI) application on a separate browser tab.

    Home page for the Azure Data Factory, with the Open Azure Data Factory Studio tile highlighted.

    Note

    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.partner.microsoftonline.cn, and then try to open the app again.

Learn how to use Azure Data Factory to copy data from one location to another with the Hello World - How to copy data tutorial. Lean how to create a data flow with Azure Data Factory.