Skip to content

Commit be0fdf6

Browse files
Update lock-resources.md
Please update 65th line with the below Info A read-only lock on a **storage account** prevents the creation of a blob container However,create container operation can be done through both control plane and data plane. And read-only lock only blocks control plane create container request, but user can still be able create container through data plane (if they have sufficient RBAC permissions and allowed by network).
1 parent 811e3c4 commit be0fdf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-resource-manager/management/lock-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Applying locks can lead to unexpected results. Some operations, which don't seem
6161
- A read-only lock on a **storage account** protects RBAC assignments scoped for a storage account or a data container (blob container or queue).
6262

6363
- A read-only lock on a **storage account** prevents the creation of a blob container.
64+
- ++ A read-only lock on a **storage account** prevents the creation of a blob container However,create container operation can be done through both control plane and data plane. And read-only lock only blocks control plane create container request, but user can still be able create container through data plane (if they have sufficient RBAC permissions and allowed by network).
6465

6566
- A read-only lock or cannot-delete lock on a **storage account** doesn't prevent its data from deletion or modification. It also doesn't protect the data in a blob, queue, table, or file.
6667

0 commit comments

Comments
 (0)