Your company uses Azure DevOps.
Only users who have accounts in Azure Active Directory can access the Azure DevOps environment.
You need to ensure that only devices that are connected to the on-premises network can access the Azure DevOps environment.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.D
Conditional Access is a capability of Azure Active Directory. With Conditional Access, you can implement automated access control decisions for accessing your cloud apps that are based on conditions.
Conditional Access policies are enforced after the first-factor authentication has been completed.
https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/overviewThe correct answer is D. In Azure Active Directory, configure conditional access.
Explanation: Azure DevOps is a cloud-based service that provides tools for software development and deployment. To secure the Azure DevOps environment, it is essential to restrict access only to authorized users/devices. Azure DevOps provides multiple security features to ensure data privacy, security, and compliance.
To restrict access to the Azure DevOps environment to only devices connected to the on-premises network, we need to configure conditional access in Azure Active Directory. Conditional Access is a policy-based evaluation engine that provides context-aware, intelligent access controls to applications and resources in Azure Active Directory.
Conditional Access enables IT administrators to restrict access to applications based on various criteria, such as location, device type, and user role. We can create a Conditional Access policy that only allows access to Azure DevOps from devices connected to the on-premises network. To do this, follow these steps:
This configuration ensures that only devices connected to the on-premises network can access the Azure DevOps environment. Users who try to access Azure DevOps from other devices will be blocked by the Conditional Access policy.
Option A, assigning the Stakeholder access level to all users, does not provide any security features and only determines the level of access a user has within the Azure DevOps environment.
Option B, configuring risky sign-ins in Azure Active Directory, allows administrators to detect and mitigate potential security risks associated with user sign-ins. This feature is not relevant to restricting access to the Azure DevOps environment from specific devices.
Option C, configuring security in Project Settings in Azure DevOps, enables administrators to configure security settings for specific projects within Azure DevOps, but it does not provide any features to restrict access to the entire Azure DevOps environment from specific devices.