Azure Data Lake Storage Gen2 (ADLS Gen2) is Microsoft Azure's primary object storage service for analytical workloads — built on Azure Blob Storage but extended with a hierarchical namespace, POSIX-compliant access control lists, and native integration with the Azure analytics ecosystem. Unlike S3 and GCS which use flat object namespaces, ADLS Gen2's hierarchical namespace makes directories a first-class concept: renaming and moving a directory containing millions of files is an atomic O(1) operation, enabling safe atomic pipeline writes that replace entire directory partitions in one step.
Delta Lake is an open-source storage layer that adds ACID transactions, schema enforcement, time travel, and audit history to data lake storage. Well integrated with Azure Databricks and Azure Synapse Analytics, ADLS Gen2 plus Delta Lake is the standard lakehouse storage pattern on Azure. The Delta transaction log records every operation that modifies a table, enabling time travel queries, rollback to a previous state, and a complete audit history of all schema changes and data modifications since the table's creation.