Azure Terms and Features Flashcards
System-assigned managed identity
- Created as part of an Azure resource
- Shared life cycle with Azure resource
- Cannot be shared
- 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
User-assigned managed identity
- Created as a stand alone Azure resource
- Can be shared
- 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
Private Link
Used to secure communication over the Microsoft backbone network. Used between a service and a resource
Azure Managed identity
Used to provide authentication to Azure resources against Azure AD— not used to authenticate users in Azure AD
Azure Identity Protection
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.
Azure Policy for Blobs
Used to restrict access to modify data for a specific period of time
Azure AD Privileged Identity Management (PIM)
Used to manage identities created in a tenant. You can create access review. It DOES NOT help with assigning access to internal apps
Azure Synapse Link for Azure Cosmos DB
Access Azure Cosmos DB with no separate connectors. You can performance analytics without impacting performance on the Azure Cosmos DB
Application Registration in Azure AD
App Registrations enable custom-built or third-party applications to use Microsoft Entra ID (formally Azure AD) security features
Microsoft Defender for identities
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
What is the difference between user assigned managed identity and service principal?
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.
Azure Traffic Manager Different Policies
- Priority- when you have a primary endpoint for all traffic, you can provide backup endpoints in the event the primary is down
- Weighted- distribute traffic across different endpoints based on their weight
- Performance- closet endpoint with the lowest latency
- Geographic- use the closet endpoint
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
Application registration in Azure AD