- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 228字
- 2021-06-24 14:01:55
Configuring resource locks
Administrators can set locks on your Azure resources to prevent other users from deleting the resource or making any changes to it. You can set two different lock levels on your subscriptions, resource groups, or resources:
- CanNotDelete: This level prevents authorized users from deleting the resource. They can still read and modify the resource.
- ReadOnly: Within this level, authorized users can read a resource, but they cannot delete or update it. This level is similar to assigning all authorized users to the reader role using RBAC.
To apply a lock on your resource group, you have to perform the following steps:
- Navigate to the Azure portal by opening https://portal.azure.com.
- In the left-hand menu, select Resource groups. Select the resource group that we created in the previous demonstration.
- In the Resource Group overview blade, under Settings, select Locks:

Resource group overview
- On the next screen, click Add in the top menu to create a new lock for this resource.
- Add the following values:
- Name: No-Deletion
- Lock type: Delete:

Creating a lock
- Click on OK to create the lock.
We have created a lock for this resource group to prevent authorized users from deleting it. In the next section, we are going to look at how we can move resources across different resource groups.
推薦閱讀
- pcDuino開發實戰
- 每天5分鐘玩轉Kubernetes
- Getting Started with oVirt 3.3
- Mastering Distributed Tracing
- Installing and Configuring Windows 10:70-698 Exam Guide
- Implementing Azure DevOps Solutions
- 嵌入式Linux驅動程序和系統開發實例精講
- macOS效率手冊
- Application Development in iOS 7
- Vim 8文本處理實戰
- Windows 7實戰從入門到精通(超值版)
- Web Penetration Testing with Kali Linux(Third Edition)
- Mastering Sass
- Windows 8玩全不求人
- Getting Started with Raspberry Pi Zero