Managing security access for folder in blob storage in ADLS Gen-2

Abhisek 0 Reputation points
2023-02-22T13:23:34.84+00:00

Hi,
I'm trying to give access control based on the folder inside the container on the Azure Data Lake Storage Gen 2 .

I've tried by doing it Azure key vault but it protects the whole container .I want only to protect the folders inside a container.

Can someone please help me out on this one by giving a quick walkthrough on it?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,559 questions
Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,336 Reputation points
    2023-03-06T22:16:07.72+00:00

    @Abhishek

    To give access control based on the folder inside the container in Azure Data Lake Storage Gen2, you can use Access Control Lists (ACLs). ACLs allow you to apply a "finer grain" level of access to directories and files. Each ACL entry associates a security principal with an access level.

    You can manage ACLs using the Azure Storage Explorer. To add a new user or group to the access control list, you can right-click the container, a directory, or a file, and then click Manage Access<sup>.</sup>

    You can find more details regarding ACLs here- https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-control#what-is-the-best-way-to-apply-acls

    Hope this helps. Please do let me know if you require any further assistance and I will be glad to assist further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    0 comments No comments

Your answer

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