Azure Terms and Features Flashcards

1
Q

System-assigned managed identity

A
  1. Created as part of an Azure resource
  2. Shared life cycle with Azure resource
  3. Cannot be shared
  4. Can only be associated with a single Azure resource

Example- Workloads that are contained within a single Azure resource, or for workloads you need a independent identity

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

User-assigned managed identity

A
  1. Created as a stand alone Azure resource
  2. Can be shared
  3. Can be associated with more than one Azure resource

Example 1– Workloads that run on multiple resources and which share a single identity

Example 2- Workloads where resources are recycled often, but permissions should stay consistent

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

Private Link

A

Used to secure communication over the Microsoft backbone network. Used between a service and a resource

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

Azure Managed identity

A

Used to provide authentication to Azure resources against Azure AD— not used to authenticate users in Azure AD

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

Azure Identity Protection

A

Azure Active Directory Identity Protection is a security tool that detects identity-based risks like compromised identities, mitigates security threats, provides conditional access policies, and provides information on security events for conducting investigations.

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

Azure Policy for Blobs

A

Used to restrict access to modify data for a specific period of time

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

Azure AD Privileged Identity Management (PIM)

A

Used to manage identities created in a tenant. You can create access review. It DOES NOT help with assigning access to internal apps

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

Azure Synapse Link for Azure Cosmos DB

A

Access Azure Cosmos DB with no separate connectors. You can performance analytics without impacting performance on the Azure Cosmos DB

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

Application Registration in Azure AD

A

App Registrations enable custom-built or third-party applications to use Microsoft Entra ID (formally Azure AD) security features

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

Microsoft Defender for identities

A

Security solution to protect your infrastructure from compromised identities. Cloud based security solution that uses your on-prem AD signals, detects and identify, investigates advanced threats, compromised ids and malicious insider actions

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

What is the difference between user assigned managed identity and service principal?

A

Service Principal is great for apps that need specific access and control. Whereas Managed Identity is good when you want Azure to handle the login details automatically.

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

Azure Traffic Manager Different Policies

A
  1. Priority- when you have a primary endpoint for all traffic, you can provide backup endpoints in the event the primary is down
  2. Weighted- distribute traffic across different endpoints based on their weight
  3. Performance- closet endpoint with the lowest latency
  4. Geographic- use the closet endpoint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

App 1 (ASP.NET) requires read permissions to access the calendar of the signed in user. You need to recommend an authentication solution for app1.

Tthe solution must minimize admin effort and provide least privilege

A

Application registration in Azure AD

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