- 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.
- Kubernetes修煉手冊
- Windows Server 2019 Cookbook
- Linux網絡管理與配置(第2版)
- 每天5分鐘玩轉Kubernetes
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- Linux Shell編程從入門到精通(第2版)
- 異質結原理與器件
- 嵌入式Linux應用開發菜鳥進階
- Moodle 3.x Teaching Techniques(Third Edition)
- 網絡操作系統教程:Windows Server 2016管理與配置
- Windows 7案例教程
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- Azure Resource Manager Templates Quick Start Guide
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Mastering AWS CloudFormation