az-900 Practice Question 526
Exam: az-900
Domain: Describe cloud concepts
Topic: Describe cloud computing
Difficulty: medium
You create a resource group named RGT in Azure Resource Manager.
You need to prevent the accidental deletion of the resources in RG.
Which setting should you use? To answer, select the appropriate setting in the ,
Settings
hea Quickstart
Answer Options
Correct Answer
No explicit options provided (or visual interactive question).
Explanation
You can configure a lock on a resource group to prevent the accidental deletion.
As an administrator, you may need to lock a subscription, resource group, or resource to prevent other users in your organization from
accidentally deleting or modifying critical resources. You can set the lock level to CanNotDelete or ReadOnly. In the portal, the locks are called
Delete and Read-only respectively.
✑ CanNotDelete means authorized users can still read and modify a resource, but they can't delete the resource.
✑ ReadOnly means authorized users can read a resource, but they can't delete or update the resource. Applying this lock is similar to
restricting all authorized users to the permissions granted by the Reader role.