Azure Data Lake Storage Gen2 Tutorials

Learn to implement and manage your data lakes on Azure

Create and Manage a Data Lake

Get started with setting up your Azure Data Lake Storage Gen2 account, creating hierarchical namespaces, and managing access permissions.

Getting Started Azure CLI Portal
45 min | Beginner
View Tutorial

Ingest Data with Azure Data Factory

Learn how to efficiently move data from various sources into your Azure Data Lake Storage Gen2 using Azure Data Factory pipelines.

Data Ingestion Azure Data Factory ETL
60 min | Intermediate
View Tutorial

Analyze Data with Azure Databricks

Discover how to use Azure Databricks to perform large-scale data analytics, build machine learning models, and generate insights from your data lake.

Data Analytics Azure Databricks Spark Machine Learning
75 min | Advanced
View Tutorial

Secure Your Data Lake

Explore best practices for securing your Azure Data Lake Storage Gen2, including role-based access control (RBAC), access control lists (ACLs), and encryption.

Security RBAC ACLs
30 min | Intermediate
View Tutorial

Query Data with Azure Synapse Analytics

Learn to use Azure Synapse Analytics to query large datasets directly within your data lake using SQL or Spark pools.

Data Warehousing Azure Synapse SQL Spark
60 min | Intermediate
View Tutorial

Automate Data Lake Operations

Use Azure Functions and Logic Apps to automate common data lake tasks like file processing, data validation, and notifications.

Automation Azure Functions Logic Apps
40 min | Intermediate
View Tutorial

Featured Snippet: Listing Files with Azure CLI

A quick example of how to list files and directories in your data lake using the Azure CLI.

az storage fs file list --file-system --path -o table

This command retrieves a table-formatted list of items within the specified path in your ADLS Gen2 file system.