- Microsoft Azure Administrator:Exam Guide AZ-103
- Sjoukje Zaal
- 200字
- 2021-06-24 14:02:00
RBAC
With RBAC, you can manage who has access to the different Azure resources inside of your tenant. You can also set what the users can do with different Azure resources.
A best practice for assigning permissions is using the principle of least permissions; this involves giving users the exact permissions they need to do their jobs properly. Users, groups, and applications are added to roles in Azure, and those roles have certain permissions. You can use the built-in roles that Azure offers, or you can create custom roles in RBAC.
The roles in Azure can be added to a certain scope. This scope can be an Azure subscription, an Azure resource group, or a web application. Azure then uses access inheritance; roles that are added to a parent resource give access to child resources automatically. For instance, a group that is added to an Azure subscription gets access to all the resource groups and underlying resources that are in that subscription as well. A user that is added to a virtual machine (VM) only gets access to that particular VM.
Let's start looking at RBAC in detail by first looking at built-in roles.
- Modern Web Testing with TestCafe
- 曝光:Linux企業(yè)運(yùn)維實(shí)戰(zhàn)
- Kubernetes網(wǎng)絡(luò)權(quán)威指南:基礎(chǔ)、原理與實(shí)踐
- Learn Helm
- Extending Bootstrap
- Linux集群和自動化運(yùn)維
- INSTANT Migration from Windows Server 2008 and 2008 R2 to 2012 How-to
- Windows Server 2012網(wǎng)絡(luò)操作系統(tǒng)項(xiàng)目教程(第4版)
- Advanced TypeScript Programming Projects
- Distributed Computing with Go
- 分布式高可用架構(gòu)之道
- Learning BeagleBone
- iOS 10 開發(fā)指南
- 應(yīng)急指揮信息系統(tǒng)設(shè)計(jì)
- Docker容器技術(shù)與應(yīng)用