Azure AD Roles Flashcards

1
Q

Explain Azure AD roles and what they manage.

A

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.

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

What are a few of the more important Azure AD roles?

A

Global Administrator
User Administrator
Billing Administrator

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

Are Azure AD roles and Azure roles the same? If not, how are they different?

A

At a high level, Azure roles control permissions to manage Azure resources, while Azure AD roles control permissions to manage Azure Active Directory resources.

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

Of the four Security Principles (Users, Groups, Service Principles, and Managed Identity), what is the Service Principle?

A

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.

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

Of the four Security Principles (Users, Groups, Service Principles, and Managed Identity), what is the Managed Identity?

A

An identity in Azure Active Directory that is automatically managed by Azure. Typically used in developing cloud applications to handle credential management.

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

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?

A

New-AzRoleAssignment
Get-AzRoleAssignment

Get-AzDenyAssignment

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

What are a couple of the primary PowerShell commands used when creating a custom role in Azure?

A

Get-AzRoleDefinition

New-AzRoleDefinition

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