Skip to content

Commit 6c65868

Browse files
Fix: question181 (closes #11)
1 parent b1ae40c commit 6c65868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,9 +1981,9 @@ specified personnel if the temperature is outside of those thresholds.
19811981
### You 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?
19821982

19831983
- [ ] Run the Add-AzKeyVaultKey cmdlet.
1984-
- [ ] Run the az keyvault update --enable-soft-delete true --enable-purge-protection true CLI.
1984+
- [x] Run the az keyvault update --enable-soft-delete true --enable-purge-protection true CLI.
19851985
- [ ] Implement virtual network service endpoints for Azure Key Vault.
1986-
- [x] Run the az keyvault update --enable-soft-delete false CLI.
1986+
- [ ] Run the az keyvault update --enable-soft-delete false CLI.
19871987

19881988
**[⬆ Back to Top](#table-of-contents)**
19891989

0 commit comments

Comments
 (0)