Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.62 KB

ADLSGen2-HOWTO.md

File metadata and controls

32 lines (18 loc) · 1.62 KB

HOW-TO: Azure Data Lake Storage Gen2 (ADLS Gen2)

"Azure Data Lake Storage Gen2 is a set of capabilities dedicated to big data analytics, built on Azure Blob Storage."

Source: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction

Usage

Using ADLS Gen2 requires creating and Azure Storage Account with specific settings.

This can be done via an ARM template or via the Azure Portal.

ARM Template

Docs: Microsoft.Storage/storageAccounts - Bicep & ARM template reference | Microsoft Docs

The critical part for creating an ADLS Gen2 Storage Account via ARM are the following properties:

  • kind = StorageV2
  • isHnsEnabled = true

Azure Portal

Docs: Create a storage account for Azure Data Lake Storage Gen2 | Microsoft Docs

Resources