Question

Difficulty: EasyResource Locks

When a CanNotDelete resource lock is applied to an Azure resource group, authorized users can still modify the configuration settings of the resources within that resource group.

Answer: Answer

Answer

True
A CanNotDelete resource lock prevents deletion of the resource but allows authorized users to perform read and modify operations on it. Thus, modifying configurations remains possible.

Step-by-Step Solution

1
Identify the type of resource lock applied to the resource group.
The resource lock is a CanNotDelete lock.
Different resource locks have different restriction rules in Azure.
2
Determine the operations restricted by a CanNotDelete lock.
A CanNotDelete lock prevents resource deletion, but permits read and write/modify operations.
This is the fundamental behavior of the CanNotDelete lock type.
3
Evaluate the statement against the lock behavior.
Since writing and modifying configurations are permitted, authorized users can still modify resource settings. The statement is true.
To conclude whether the statement is true or false.

Key Concept

CanNotDelete resource lock behavior
Rate this question