Cloud Services
Massively Scalable Object Storage
★ 4.6
Enterprise Data Lake
★ 4.5
pip install azure-storage-blobpip install azure-storage-file-datalakepip install azure-storage-blobpip install azure-storage-file-datalakePython data engineers use the `azure-storage-blob` SDK to read raw files from Blob Storage, process them with pandas or PySpark, and write results back as Parquet. Azure Blob Storage is the standard data lake for Azure-based pipelines — Databricks, Synapse, and Data Factory all read from and write to Blob Storage natively.
Data engineers use ADLS Gen2 as the central data lake in Azure architectures. Python pipelines access it via the `azure-storage-file-datalake` SDK to manage directory structures, set ACLs on sensitive data partitions, and list/read Parquet files for processing. Synapse Analytics and Databricks mount ADLS as a file system for direct DataFrame reads.
Individual Tool Pages