An Azure administrator applies a ReadOnly resource lock to an Azure resource group. Which of the following describes the effect of this lock on the resources inside the resource group?
- AAuthorized users can modify and update the resources, but they are prevented from deleting them.
- BThe lock prevents all users from viewing the resources unless they are assigned the Owner role via Azure Role-Based Access Control (RBAC).
- Authorized users can read the resource configurations, but they cannot modify or delete the resources.Answer
- DThe lock will retroactively modify the configurations of the resources to make them compliant with Azure Policy.
Answer
Authorized users can read the resource configurations, but they cannot modify or delete the resources.
Applying a ReadOnly lock to a resource group prevents any changes to the configurations of the resources within that group, and also prevents the resources from being deleted. Authorized users can still read and view the resource settings.
Step-by-Step Solution
Key Concept
Azure Resource Locks (ReadOnly vs CanNotDelete)