Skip to main content

Azure Data Lake

Category: Azure · File

Storage for raw data. Imported data can land in the database, the Data Lake or both; Yres adds RowHash, KeyHash and EtlDate for a medallion architecture.

Connection requirements

No additional connection details needed in this setup.

Where to find these

Azure Data Lake (Gen2) is a regular Azure Storage account with hierarchical namespace enabled. In Yres it is used as storage for raw/medallion data (bronze/silver/gold). The connection values come from the same place as for Azure Blob Storage:

  • Storage account name — in the Azure PortalStorage accounts → the account that has hierarchical namespace (visible under Settings → Configuration → Hierarchical namespace: Enabled).
  • Container / filesystem — open the account → Containers blade; in ADLS Gen2 a container is also called a filesystem. Its name is what you supply.
  • SAS token or access key — create a SAS via Security + networking → Shared access signature (Blob service + permissions + expiry → Generate SAS). Alternatively use an account access key via Security + networking → Access keys (key1/key2 → Show/Copy).

Official documentation: Introduction to Azure Data Lake Storage


See also: Integration catalog · All data source requirements · Integrations — overview