Question 15 of 213
Single answerYou are developing an application to transfer data between on-premises file servers and Azure Blob storage. The application stores keys, secrets, and certificates in Azure Key Vault and makes use of the Azure Key Vault APIs. You want to configure the application to allow recovery of an accidental deletion of the key vault or key vault objects for 90 days after deletion. What should you do?
ARun the Add-AzKeyVaultKey cmdlet.
✓BRun the az keyvault update --enable-soft-delete true --enable-purge-protection true CLI.
CImplement virtual network service endpoints for Azure Key Vault.
DRun the az keyvault update --enable-soft-delete false CLI.
✓
Correct Answer: B
Run the az keyvault update --enable-soft-delete true --enable-purge-protection true CLI.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.