Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| azure:resource_locks [2024/08/29 17:40] – [Note] mmuze | azure:resource_locks [2024/10/03 14:27] (current) – [Resource Locks] mmuze | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| > As an administrator, | > As an administrator, | ||
| + | * [[https:// | ||
| + | * A read-only lock on a resource group prevents you from moving existing resources in or out of the resource group. But note that a resource (not a resource group) with read-only lock can be moved to another resource group. | ||
| + | * If you have a Delete lock on a resource and attempt to delete its resource group, the feature blocks the whole delete operation. Even if the resource group or other resources in the resource group are unlocked, the deletion doesn' | ||
| + | |||
| + | <callout type=" | ||
| ===== ☝️ Note ===== | ===== ☝️ Note ===== | ||
| - | Some operations, like //List Keys// for storage account access, require //POST// operations to the Azure Resource Manager, and all POST operations are prevented by a // | + | Some operations, like //List Keys// for storage account access, require //POST// operations to the Azure Resource Manager, and all POST operations are prevented by a // |
| + | * A read-only lock also prevents the assignment of Azure RBAC roles that are scoped to the storage account or to a data container (blob container or queue). | ||
| + | </ | ||
| Line 10: | Line 18: | ||
| ====== Permissions to Create and Delete ====== | ====== Permissions to Create and Delete ====== | ||
| - | |||
| - | > To create or delete management locks, you need access to | ||
| - | |||
| > To create or delete management locks, you need access to '' | > To create or delete management locks, you need access to '' | ||