Skip to content

Commit 06b6638

Browse files
improve resource locks
1 parent d2c68e7 commit 06b6638

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

AZ-900 Microsoft Azure Fundamentals/2.6. Azure Resource Manager (Resources & Resource Groups & Management Groups).md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@
3838

3939
- 📝 Blocks modification (**Read-only**) or deletion (**Delete**) of the resource.
4040
- For more granular control of what can be deployed e.g. see [Azure policies](./5.1.%20Azure%20Policy%20&%20Azure%20Blueprints.md#azure-policy)
41-
- Read-only allows only HTTP GET requests.
42-
- ❗Can lead to unexpected results e.g. listing all objects in a storage account requires POST request is denied.
41+
- Read-only allows only `HTTP GET` requests
42+
- Can lead to unexpected results e.g. listing all objects in a storage account requires `POST` request is denied
4343
- 📝 You must remove the lock in order to perform forbidden activity.
44-
- Apply regardless of RBAC permissions.
45-
- 📝 Protects against accidental deletion.
46-
- 💡Use to protect key resources that could have a large impact if they were removed or modified.
47-
- E.g. ExpressRoute circuits, and virtual networks, critical databases, and domain controllers. Evaluate
44+
- Apply regardless of RBAC permissions
45+
- 📝 Protects against accidental deletion
46+
- 💡 Use to protect key resources that could have a large impact if they were removed or modified
47+
- E.g. ExpressRoute circuits, virtual networks, critical databases, and domain controllers
48+
- Only "Owner" and "User Access Administrator" can create/delete locks
49+
- It requires access to `Microsoft.Authorization/locks/*`
4850

4951
## Azure Resource Group
5052

0 commit comments

Comments
 (0)