CloudGuild · Blog · Cheat sheets · Lessons · Certifications
Understanding Identity Management in Azure AD: A Focus on Multi-Factor Authentication
Grasp the identity management features of Azure AD by exploring Multi-Factor Authentication and its role in the AZ-500 exam.
Which of the following is an identity management feature of Azure AD?
A. Role-Based Access Control (RBAC) on Azure resources.
B. Multi-Factor Authentication (MFA) for user sign-ins.
C. Azure Policy to enforce resource compliance.
D. Network Security Groups (NSGs) for traffic filtering.
Think before you scroll
Before selecting an answer, focus on the core concept of identity management. Identify which option specifically enhances user authentication and security within Azure Active Directory. This will help you eliminate choices that relate to resource management or other security aspects.
The answer
The correct option is B. Multi-Factor Authentication (MFA) for user sign-ins. MFA is a critical identity management feature in Azure AD that requires users to verify their identity through multiple methods, thereby boosting security.
Why the other options lose
A. Role-Based Access Control (RBAC) on Azure resources. RBAC is focused on managing permissions for Azure resources. It defines who can access what resources, but it does not pertain to identity management directly within Azure AD.
C. Azure Policy to enforce resource compliance. Azure Policy is a governance tool used to enforce rules and standards for Azure resources. It ensures compliance but does not manage user identities or authentication processes.
D. Network Security Groups (NSGs) for traffic filtering. NSGs are used to control inbound and outbound traffic to Azure resources. They are part of network security, not identity management, and do not affect user authentication.
The concept behind it
Understanding identity management in Azure AD is crucial. MFA is one of the key features that protects user identities by requiring multiple verification methods. This concept significantly enhances security and should be remembered as a fundamental part of Azure's identity management framework.
Exam trap to remember
Remember: Multi-Factor Authentication (MFA) is the identity management feature in Azure AD that enhances user sign-ins. Don't confuse identity management with resource management or network security.