An administrator with the Owner role can delete an Azure Key Vault named vault-prod, which is located in a resource group that has an active CanNotDelete resource lock, without first removing the lock.
Answer: Answer
Answer
False
The statement is false because the CanNotDelete lock applied to the resource group is inherited by the Key Vault. The lock must be deleted before any administrator, including an Owner, can delete the Key Vault.
Step-by-Step Solution
Key Concept
Resource locks are inherited by child resources and apply to all users, including Owners, blocking deletion operations.