Roles and RBAC Flashcards

1
Q

Azure portal cannot be used to create a custom RBAC role, you must use one of the command line or scripting interfaces like:

A

-Azure CLI
-Azure PowerShell
-Azure CloudShell
-Rest API

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

Roles

A

Azure AD roles allow you different permissions to administer Azure identities

Azure resource roles allow you different permissions mainly for managing the configuration of Azure resources (Owner, Contributor, Reader, etc.)

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

Key RBAC Roles

A

Reader: can read or view only
Contributor: can manage resources but it cannot assign roles to other users
Owner: can manage resources and it can grant additional roles to other users
User Access Administrator: allowed to manage user access to Azure resources, but thats it!

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

You are creating a custom RBAC role and want to restrict all but a few allowable actions to the new role. What section of the role definition JSON file do you configure?

A

Actions!

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

Only User Access Administrator and Owner has:

A

RBAC permissions to create or delete resource locks

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

You need to ensure User1 can grant admin consent for published Apps. Which two possible roles can you assign?

A

Cloud Application Administrator
or
Application Administrator

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

Who can transfer the ownership of a subscription?

A

Billing Administrator
use the Azure Account Center tool to do it

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

Application Developer role can

A

register apps!

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

Virtual Machine Contributor

A

Lets you manage virtual machines, but not acces to them. And not the virtual network or storage account they are connected to

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