Skill 1.2 Manage Role-Based Access Control(RBAC) Flashcards

1
Q

What does RBAC do

A

Allows you to manage the entities, called “Security Principals” that have access to Azure resources and the actions that those entities can perform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who can RBAC access be granted to

A

Users, Groups, Service Principals, and managed identities through role assignments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Azure RBAC applicable to

A

management of resources created in Azure Resource Manager (ARM) deployment model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a role

A

definition of what actions are allows and/or denied. RBAC is configured by selecting a role and associated the role with a security princpal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What access takes precedence when you have overlapping assignments

A

Most privileged access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does role permission contain

A

the list of permissions or declared permissions and those permissions define what actions can or cannot be performed against a type of resource, such as read, write, or delete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Azure AD administrative roles used for

A

to allow or restrict admins to perform identity tasks, such as creating new users, resetting passwords, and so on

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

When do security principals have access to Azure resources

A

when the roel assignment is made

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Who can create or remove roles

A

people with the owner or user access administrator built-in roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What can be used to make deny assignments at a child scope

A

Azure Blueprints and resource locks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How many custom roles can you have per directory

A

5000 Custom roles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How many role assignments can you have per subscription

A

2000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What can custom roles be created from

A

exisiting built-in roles
starting from scratch
JSON file to define custom permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What permissions are needed to create a custom role

A

Write permissions on all the items in a scope to create a custom role

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how are deny assignments set and controlled

A

by applying a resource lock for resources created through Azure Blueprints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Can built-in roles be modified

A

no

17
Q

What is a custom role definition

A

collection of permissions that you add from a preset list. These permissions are hte same permissiosn used in the built-in roles

18
Q

What is a security principle

A

An identity, that gets permissions. It can be s user, group, or service principal

19
Q

Where can role assignments be created and listed

A

Portal
Azure AD Powershell
Microsoft Graph API

20
Q

What do Custom Roles provide

A

a set of permissions that are not available whn using built-in roles

21
Q

What is a way to modify small tweaks to permissions

A

cloning and modifying built-in roles

22
Q
A