Azure AD Roles Flashcards
Explain Azure AD roles and what they manage.
Azure AD roles are used to manage Azure AD resources in a directory such as create or edit users, assign administrative roles to others, reset user passwords, manage user licenses, and manage domains.
What are a few of the more important Azure AD roles?
Global Administrator
User Administrator
Billing Administrator
Are Azure AD roles and Azure roles the same? If not, how are they different?
At a high level, Azure roles control permissions to manage Azure resources, while Azure AD roles control permissions to manage Azure Active Directory resources.
Of the four Security Principles (Users, Groups, Service Principles, and Managed Identity), what is the Service Principle?
It’s a security identity used by applications or services to access specific Azure Resources. It can be thought of as a username and password for a specific application.
Of the four Security Principles (Users, Groups, Service Principles, and Managed Identity), what is the Managed Identity?
An identity in Azure Active Directory that is automatically managed by Azure. Typically used in developing cloud applications to handle credential management.
What are the PowerShell commands to set up a new Role assignment and to pull information on existing ones?
What is the PowerShell deny assignment command?
New-AzRoleAssignment
Get-AzRoleAssignment
Get-AzDenyAssignment
What are a couple of the primary PowerShell commands used when creating a custom role in Azure?
Get-AzRoleDefinition
New-AzRoleDefinition