You have several Azure Active Directory (Azure AD) accounts.
You need to ensure that users use multi-factor authentication (MFA) to access Azure apps from untrusted networks.
What should you configure in Azure AD?
Click on the arrows to vote for the correct answer
A. B. C. D.D
You can configure a Conditional Access policy that requires MFA for access from untrusted networks.
https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/howto-conditional-access-policy-all-users-mfaThe correct answer is D. Conditional Access.
Conditional Access is a policy-based evaluation engine in Azure AD that allows administrators to define rules and controls that determine whether a user is allowed or denied access to an application or resource based on certain conditions, such as network location, device type, or user group.
To ensure that users use multi-factor authentication (MFA) to access Azure apps from untrusted networks, you can create a conditional access policy that requires MFA when a user is accessing Azure apps from an untrusted network.
To create a conditional access policy that requires MFA for Azure apps from untrusted networks, follow these steps:
With this policy in place, users will be required to use MFA to access Azure apps when they are accessing them from an untrusted network. This will help to enhance the security of your Azure AD accounts and prevent unauthorized access to your Azure resources.