AZ-104 Flashcards

1
Q

What are Azure AD User Types?

A
  1. Cloud Identities
    • Local Azure AD account
      • an account that you create in your local Azure AD tenant
    • External Azure AD account
      • defined in another Azure AD instance
  2. Hybrid Identities
    • Directory-synchronized
      • when you have local AD Domain Services on-premises and you want to reuse those credentials and your Azure AD tenant
  3. Guest Identity
    • External Identities
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you create Azure AD Users Programmatically with PowerShell?

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

How do you perform bulk users creation?

A

Users \ Bulk operations \ Download CSV Template \ Edit CSV \ Upload CSV Template

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

What are Azure AD Group Types?

A

Security Groups

Microsoft 365 Groups

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

What is Assigned Membership?

A

There is an owner who would manually add/subtract users to the group.

This membership is called Assigned Membership.

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

What is Dynamic Membership?

A

Azure AD controls group membership - based on Azure AD user properties

You write an expression

  • for example
  • city = Nashville
  • and then as those Azure AD users come up
  • if their city property matches the dynamic membership rule
  • Azure AD will automatically add them to the group
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How do you create Azure AD Users Programmatically with Azure CLI?

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

How do you create Azure AD Group in PowerShell?

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

How do you create Azure AD Group with CLI ?

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