az-104 Practice Question 1719
Exam: az-104
Domain: Implement and manage storage
Topic: Configure Azure Files and Azure Blob Storage
Difficulty: medium
A company is facing issues with file access permissions in their Azure Files storage. Users from different departments have varying levels of access, and they need to ensure that only authorized personnel can modify specific files. What should they configure to manage these permissions effectively?
Answer Options
A
Enable soft delete on the storage account.
B
Configure Fine-Grained Access Control (FGAC) and NTFS permissions on the storage account.
C
Set up access policies for the storage account.
D
Use Shared Access Signatures (SAS) for temporary access control.
Correct Answer
B: Configure Fine-Grained Access Control (FGAC) and NTFS permissions on the storage account.
Explanation
The correct answer is to configure Fine-Grained Access Control (FGAC) or Azure RBAC with share-level and NTFS ACL permissions on Azure Files.