Manage Azure identities and governance Flashcards

1
Q

AAD: Identity

A

an object that can be authenticated. The identity can be a user with a username and password. Identities can also be applications or other servers that require authentication by using secret keys or certificates. Azure AD is the underlying product that provides the identity service.

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

AAD: an identity that has data associated with it.

A

Account

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

Azure AD account

A

an identity that’s created through AAD or another Microsoft cloud services such as 365. Also referred to as a work/school account.

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

Azure Tenant (Directory)

A

A single dedicated and trusted instance of Azure AD.

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

AD DS

A

Active Directory Domain Services- remember this is for managing OU’s on premise

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

Communication used for Azure AD

A

HTTPS and HTTP, unlike standard AD which uses kerberos.

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

Does Azure AD have OU’s or GPO’s

A

NO

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

Is Azure AD a managed service

A

Yes: You only manage users, groups, and policies.

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

AAD Free tier

A

Single Sign on, B2B. Core identity and access management.

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

AAD 365 tier

A

Includes all on free tier + identity and access management for 365 apps

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

License type: Allows hybrid users, self services groups, dynamic groups

A

AAD P1

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

License Type: Identity Protection and Identity management

A

AAD P2

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

Changes the local state of your device to allow users to sign into the device by using an organizational work or school account instead of a personal account

A

Azure Join (device)

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

Azure register (device)

A

Azure AD device registration provides the device with an identity that’s used to authenticate the device when a user signs into Azure AD. BYOD is mentioned in regards to this as well.

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

What does SSPR (self service password reset) require?

A

Global Administration privileges

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

which 3 options are available for SSPR in terms of users enabled

A

All, Selected, None

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

MFA SSPR options?

A

Email, text, security code sent to mobile or office phone, Set of Security questions

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

Cloud Identity

A

a user account defined only in AAD.

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

Directory Synced Identity

A

A user whom originated in an on premise Active Directory and has been synced to azure via azure AD connect

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

Guest user

A

User added to ad tenant from outside organization

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

What types of users have rights to add or manage users in AAD

A

Global administrators or user administrators

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

What are the two types of groups you can create in AAD

A

Security groups and Microsoft 365 groups

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

Dynamic device

A

(Security groups only) Apply dynamic group rules to automatically add and remove devices in security groups. When device attributes change, Azure reviews the dynamic group rules for the directory. If the device attributes meet the rule requirements, the device is added to the security group. If the device attributes no longer meet the rule requirements, the device is removed.

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

(user.jobTitle -eq “Cloud Administrator”)

A

Dynamic User query where any user with the job title equaling cloud administrator is added to the group

25
Which Azure AD role enables a user to manage all groups in your Teams tenants, and also assign other admin roles?
Global Administrator
26
4 ways to obtain an azure subscription
Enterprise agreement, partner, reseller, free
27
4 types of subs
free, enterprise, student, pay as you go
28
what section is used to monitor subscription billing and resource usage
Cost Management (Subscriptions)
29
What is the maximum amount of tags for a resource or resource group
50
30
are tags applied to a resource group inherited by resources in that group?
no
31
What is a reservation
Allows you to purchase a virtual machine or other resource for 1 or 3 years to lock in the pricing
32
the term data residency may or may not come up but you should associate it with what azure term
Region
33
What is a management groups purpose
to manage multiple subscriptions
34
How many levels of structure can a management group maintain (think of it as a tree with the resource group at the top and departments corresponding to subscriptions managed
6
35
do the subscriptions and submanagement groups inherit the parent level conditions
yes
36
what is a policy definition
expresses a condition to evaluate and the actions to perform when the condition is met. for example, you can create a policy definition to prevent VMs in your org from being deployed if they are exposed to a public IP
37
What is a initiative definition
a set of policy Definitions that you track your resource compliance state to meet a larger goal. Use this to ensure resource compliance with security regulations
38
what can you limit the scope to for the initiative definition
Management group, subscription, resource group
39
What is the process for reapplying a initiative definition for resources created prior to the definition
remediation
40
RBAC: What is a security principal
An object that represents something that requests access to resources such as a user or service principal
41
hierarchy of RBAC
Assignment attaches a role definition to a security principal at a particular scope
42
Action permissions and notactions permissions for 3 default roles
Owner * n/a Contributor * -Microsoft.Authorization/*/Delete - Microsoft.Authorization/*/Write - Microsoft.Authorization/elevateAccess/Action Reader /*/read n/a
42
Compare RBAC to AAD admin roles: Access Management
AAD only manages access to azure ad resources, where as rbac manages all azure resources
43
Compare RBAC to AAD admin roles: Scope Assignment
for AD, scope is defined at the tenant level, where rbac allow scope up to management groups down to resources
44
Compare RBAC to AAD admin roles: Role Definitions
RBAC :roles defined via portal, azure clie, powershell, ARM templates and rest API AAD: Defined via azure admin portal, 365 admin portal, and powershell
45
is global administrator an azure ad role or a rbac role?
Azure AD- Remember office 365 roles are similar to azure AD roles
46
briefly describe azure ad federation
A federation is where you have a trust established with another organization, or a collection of domains, for shared access to a set of resources.
47
Azure Service to review logs for alll activity at a management/subscription level
activity logs
48
What tool provides the ability to query, identify, and remediate the majority of object sync errors in windows server AD in prep for deployment to microsoft 365
idFIX
49
50
51
52
53
54
55
56
57