Can I allow only domain joined PCs to access Azure Portal ?

Basem Halfawy 40 Reputation points
2023-11-26T05:51:28.84+00:00

Can I allow only domain joined PCs to access Azure Portal ?

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
974 questions
Microsoft Security | Microsoft Entra | Other
0 comments No comments
{count} votes

Accepted answer
  1. Adam Zachary 2,936 Reputation points
    2023-11-26T05:55:40.3833333+00:00

    Hi Basem,

    To restrict Azure Portal access to only domain-joined PCs, you can set up device-based Conditional Access policies using Microsoft Intune and Microsoft Entra Conditional Access. These policies evaluate the compliance status of managed devices and enforce security and compliance standards by allowing access only to compliant devices.

    1. Set Up Intune Device Compliance Policies: Before setting up Conditional Access, you need to configure Intune device compliance policies to ensure devices meet specific requirements​​.
    2. Create a Conditional Access Policy in Intune:
      • Sign in to the Microsoft Intune admin center.
        • Navigate to Endpoint security > Conditional access > Create new policy​​.
    3. Configure Conditions and Access Controls:
      • Set conditions for the policy, including device platforms and client apps.
        • Under Access controls, configure the policy to 'Require device to be marked as compliant'. This is important to ensure that the policy uses device compliance status. You can also configure other requirements such as multi-factor authentication or requiring a Microsoft Entra hybrid joined device​​.

    Please check the following MS. Documentation : https://learn.microsoft.com/en-us/mem/intune/protect/create-conditional-access-intune

    Hope that helps!

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.