az-104 Practice Question 1717
Exam: az-104
Domain: Implement and manage storage
Topic: Configure Azure Files and Azure Blob Storage
Difficulty: medium
An organization needs to ensure that their Azure Files storage is protected against accidental deletion. They want to implement a solution that allows them to recover deleted files within a certain period. Which feature should they configure to achieve this?
Answer Options
A
Enable Azure File Sync on the storage account.
B
Enable Soft Delete on the storage account.
C
Create an access policy for the storage account.
D
Encrypt the storage account using Azure Key Vault.
Correct Answer
B: Enable Soft Delete on the storage account.
Explanation
The correct answer is to enable Soft Delete on the storage account. Soft Delete allows you to recover accidentally deleted files within a specified retention period. Option A is incorrect because it refers to Azure File Sync, which is used for synchronizing files between on-premises storage and Azure Files. Option C is incorrect as it pertains to setting up access policies, which do not provide recovery capabilities. Option D is incorrect since it mentions enabling encryption, which does not offer data protection against accidental deletion.