Mod 6 - Explore Azure Identity and Security Options Flashcards

1
Q

what two things do both On Prem and AZ AD have

A
  • Can sync users, groups, and passwords
  • Can enable device login via AD credentials
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what two things can only On Prem AD do

A
  • Allows for full use of all AD features ex. Users, Groups, Devices, GPOs
  • Used for enforcing GPO on various systems and endpoints
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are the 4 unique things about AZ AD

A
  • Limited as identity store
  • Can’t use GPOs
  • Can config computers to login via Azure AD, but usually don’t because can’t enforce GPO
  • Azure AD is used to help Cloud-based apps to authenticate against always-on identity stores ex. On-prem AD
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can AZ trust external identity stores such as Google GSuite?

A

Yes

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

What is a main use of az ad

A
  • Azure AD is used because it is a cloud store and can be used to authenticate users who need to access cloud resources. Ex. User who logins to office.com to access Excel uses Azure AD to do AAA OR App
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Azure AD Domain Services

A

: Azure resource that enables you to use managed domain services—such as Windows Domain Join, group policy, LDAP, and Kerberos authentication—without having to deploy, manage, or patch domain controllers.

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

Is Azure AD Domain Services seperate or on same domain as On-Prem Domain and Azure AD Domain

A

Seperate

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

Describe the three steps of how you setup and use Azure AD Domain Services

A
  1. Azure spins up cluster of Domain Controllers(multiple VMs)that are PaaS(managed by Azure),
  2. Then deploy you jumpbox VM or edge server in Azure cloud which can connect to DC’s and manage these servers and the domain services environment ex. GPOs.
  3. Now you can join other IaaS VMs you’ve deployed that rely on GPOs or other domain services, to this cloud-hosted domain(Azure AD DS domain). Purpose of this resource is to allow you to manage and deploy on-prem VM workloads, which rely on GPO, in an IaaS environment like Azure.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why use Azure AD Domain Services

A

Migrate servers into Azure that rely on a Domain Controller

Extra: For IaaS deployments that rely heavily on Group Policies and need these GPOs to come from the cloud. Don’t want to manage any of the Operating System env so the DC’s are PaaS

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

Azure AD Connect

A

This is a Microsoft application that is installed on an ON-Prem server in your on-prem datacenter. When running, the app syncs On-prem and Azure AD data

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

Describe the three steps of how you setup and use Azure AD Connect

A
  1. Install app on VM, Microsoft Azure AD Connect.
  2. After install, get wizard that prompts for on prem Domain creds to login to on prem domain controller.
  3. Then prompts for you to login to Azure AD with admin credentials that can create and update users in AD. Now every few minutes, it will sync changes in either ADs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Will azure manage pwds from external identities connected to AZ?

A

No, can connect with external identity stores ex. Gsuite, FB, github and allow accounts to be created in azure AD, but azure won’t manage the account pwd. Will show as a Guest type in Users section of Azure AD

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

what is RBAC?

A

Role Based Access Controls(RBAC),

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

What level can you set RBAC on

A

Assign roles at User Level and within these, gives them explicit permissions on what they can and can’t do on a specific type of resource.

Can also assign roles to a Subscription, Resource Group, or Management group

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

what two questions does RBAC answer

A

o What can I do?
o What resources can I do that with?

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

what is RBAC * Owner ROLE

A

Person can do anything on a resource and assign roles to others

17
Q

what is RBAC * CONTRIBUTOR ROLE

A

Person can do anything on a resource, but add/remove people from resource

18
Q

what is RBAC * READER ROLE

A

Views all resources, but can’t make changes to resource

19
Q

HOW DO YOU ACCESS AND SET RBAC IN GUI

A
  • Go to resource page
  • Select Access Control(IAM) section)
  • Can add users and set roles
20
Q

what is Download role assignments option in IAM section

A

Download JSON file containing all roles currently set for a resource

21
Q

what is Add option in IAM section

A

Upload custom JSON file with role assignments you want to set for resource

22
Q

Can you use MFA on Azure

A

You can setup MFA on user accounts in Azure AD
MFA is not an extra cost monthly, comes with Azure AD

23
Q

how do you enable MFA in GUI

A

Go to Users»Select “Per User MFA”»Check users to enable this on

24
Q

Windows Hello

A

MFA feature that allowed you to use fingerprint and MFA code to enter into device

25
Q

Conditional Access

A

Provide Access to Azure by evaluating where they are, what they are accessing, what device being used etc by installing an agent on device which will check for parameters ex. OS, Device type, User account, Geo Location/IP

26
Q

how do you enable Conditional Access

A

Azure AD»Security»Under Documentation, select Azure AD Conditional Access

27
Q

what is AZ Policy

A

Governs how resources can be deployed and configured in Azure

28
Q

what format is AZ policy written in

A

o Written in JSON format, If-Then statements

29
Q

what is an Initiative

A

Group of AZ Policies that combine together and you can assign the initiative

30
Q

what can an AZ Policy be applied to

A

Individual Azure Policy to apply to resource groups, subscription, or management groups

31
Q

how do you create an AZ Policy

A
  1. Search for Policy resource in Azure portal
    a. Click Definitions
    i. Create Custom Policy
  2. Set a policy definition that defines an az policies
  3. Use Pre-made AZ Policies
    b. Click Assignments
    i. Assign policies to specific resource groups, subscription, or management groups