Which storage solution supports role-based access control (RBAC) at the file and folder level?
Click on the arrows to vote for the correct answer
A. B. C. D.B
https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-access-controlThe correct answer is B. Azure Data Lake Storage.
Azure Data Lake Storage is a cloud-based data lake solution that allows organizations to store and process large amounts of data of different types and formats. It is built on top of the Azure Blob Storage service and provides additional capabilities such as optimized for big data workloads, hierarchical namespaces, and built-in security features.
One of the security features provided by Azure Data Lake Storage is Role-Based Access Control (RBAC), which allows administrators to manage access to data at the file and folder level. RBAC is a mechanism that allows access control based on the roles assigned to users or groups. With RBAC, administrators can grant or deny permissions to perform specific actions on files and folders such as read, write, execute, or delete.
Azure Disk Storage, Azure Blob Storage, and Azure Queue Storage also provide security features such as encryption and network security, but they do not support RBAC at the file and folder level like Azure Data Lake Storage does.
In summary, if you need to manage access to data at the file and folder level, Azure Data Lake Storage is the best option among the given options because of its RBAC capabilities.