Roles and RBAC Flashcards
Azure portal cannot be used to create a custom RBAC role, you must use one of the command line or scripting interfaces like:
-Azure CLI
-Azure PowerShell
-Azure CloudShell
-Rest API
Roles
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.)
Key RBAC Roles
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!
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?
Actions!
Only User Access Administrator and Owner has:
RBAC permissions to create or delete resource locks
You need to ensure User1 can grant admin consent for published Apps. Which two possible roles can you assign?
Cloud Application Administrator
or
Application Administrator
Who can transfer the ownership of a subscription?
Billing Administrator
use the Azure Account Center tool to do it
Application Developer role can
register apps!
Virtual Machine Contributor
Lets you manage virtual machines, but not acces to them. And not the virtual network or storage account they are connected to