Developing Solutions for Microsoft Azure — Question 78
You are creating an Azure key vault using PowerShell. Objects deleted from the key vault must be kept for a set period of 90 days.
Which two of the following parameters must be used in conjunction to meet the requirement? (Choose two.)
Answer options
- A. EnabledForDeployment
- B. EnablePurgeProtection
- C. EnabledForTemplateDeployment
- D. EnableSoftDelete
Correct answer: B, D
Explanation
The correct parameters, EnablePurgeProtection and EnableSoftDelete, ensure that deleted objects are protected from permanent deletion and can be recovered within the specified retention period. The other options, EnabledForDeployment and EnabledForTemplateDeployment, are unrelated to the retention of deleted objects in the key vault.