Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.52 KB

File metadata and controls

55 lines (35 loc) · 2.52 KB
title Create a storage account for Azure Data Lake Storage
titleSuffix Azure Storage
description Learn how to create a storage account for use with Azure Data Lake Storage.
author normesta
ms.topic how-to
ms.author normesta
ms.date 11/15/2024
ms.service azure-data-lake-storage

Create a storage account to use with Azure Data Lake Storage

To use Data Lake Storage capabilities, create a storage account that has a hierarchical namespace.

For step-by-step guidance, see Create a storage account.

As you create the account, make sure to select the options described in this article.

Choose a storage account type

Data Lake Storage capabilities are supported in the following types of storage accounts:

  • Standard general-purpose v2
  • Premium block blob

For information about how to choose between them, see storage account overview.

You can choose between these two types of accounts in the Basics tab of the Create a storage account page.

To create a standard general-purpose v2 account, select Standard.

To create a premium block blob account, select Premium. Then, in the Premium account type dropdown list, select Block blobs.

[!div class="mx-imgBorder"] Premium block blob option

Enable the hierarchical namespace

Unlock Data Lake Storage capabilities by selecting the enable hierarchical namespace setting in the Advanced tab of the Create storage account page.

The following image shows this setting in the Create storage account page.

[!div class="mx-imgBorder"] Hierarchical namespace setting

To enable Data Lake Storage capabilities on an existing account, see Upgrade Azure Blob Storage with Azure Data Lake Storage capabilities.

Next steps