Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
In modern data platforms, building efficient and reliable data pipelines is at the heart of every data engineering workflow. This is where Microsoft Fabric Data Factory comes into play. It provides a powerful, intuitive interface to design, orchestrate, and automate data movement across different systems. With its visual pipeline designer, rich set of activities, and built-in scheduling and monitoring capabilities, Data Factory enables data engineers to create scalable workflowsโfrom simple data ingestion to complex transformationsโwithout heavy coding.
As we move from understanding the interface to building real solutions, the next essential step is preparing a robust data source. In this article, we will start by creating an Azure Data Lake Storage (ADLS) account in Azure, upload sample data, and lay the foundation for our upcoming data pipelines.
Weโll begin by setting up an Azure Storage account, where weโll upload some sample data that will later be used in our data pipeline. Iโll assume you already have access to a Microsoft Azure account. Start by opening a new browser tab and navigating to the Azure portal (portal.azure.com). From there, weโll proceed to create the storage account within your Azure environment.
To set up the storage account, simply search for โStorageโ in the Azure portal, where youโll find the Create optionโgo ahead and click it. Youโll then be prompted to select your subscription and define a new resource group. Next, provide a unique name for your storage account. You can leave the region and other settings as default if they suit your needs and proceed by clicking Next. To configure it as an Azure Data Lake Storage account, make sure to enable the Hierarchical Namespace option.
After that, continue clicking Next through the remaining steps. In the final stage, youโll see a summary page displaying all your selected configurations. Take a moment to review everything, and once youโre satisfied, click Create to proceed.
The deployment may take a few moments to complete.
Once the Azure Storage account is successfully created, navigate to the resource to continue.
Once the storage account is ready, the next step is to create a container. Navigate to Data Lake Storage, add a new container, give it a name like Building Container, and then click Create.
Within this container, we can now upload our sample data. Simply select the required filesโsuch as orders, products, and customersโand click Upload to add them.
Thatโs itโyour data has been successfully uploaded to the Azure Data Lake Storage account. In the next article, weโll build a pipeline to read this data from ADLS and load it into a Fabric Lakehouse.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.