Does Azure Batch support Azure Data Lake Gen2?

Luigia Costabile 65 Reputation points
2025-09-14T18:15:36.39+00:00

Hello,

Azure Batch during configuration requires specifying a storage account from which to read and write the outputs of its tasks.

It supports as a Storage Account an Azure Blob Storage with Hierarchical Namespace enabled, and therefore an Azure Data Lake Gen2?

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Marcin Policht 63,885 Reputation points MVP Volunteer Moderator
    2025-09-14T19:48:11.6066667+00:00

    In short - Azure Batch does not support using a storage account with Hierarchical Namespace (i.e. ADLS Gen2) for certain features. According to Microsoft Learn (https://free.blessedness.top/en-us/azure/batch/accounts), you can't use the Application Packages or Azure storage-based virtual file system mount features with Azure Storage accounts configured with firewall rules, or with Hierarchical namespace set to Enabled.

    If a storage account has Hierarchical Namespace enabled, certain Batch features are not supported (namely Application Packages and the virtual file system mount). However, a storage account with HNS enabled can still be used for storing input, output, resource files etc., except for those unsupported features.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.