Skip to content

Commit 38f7e6b

Browse files
Merge pull request #286152 from RoseHJM/mdb-intune-conditional-policies
MDB - Intune Conditional policies - Added Users step
2 parents 65cdee1 + fe37261 commit 38f7e6b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/dev-box/how-to-configure-intune-conditional-access-policies.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Configuring Microsoft Intune conditional access policies for dev boxes
2+
title: Microsoft Intune conditional access policies for dev boxes
33
titleSuffix: Microsoft Dev Box
44
description: Learn how to configure Microsoft Intune dynamic device groups and conditional access policies to restrict access to dev boxes.
55
services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 12/20/2023
9+
ms.date: 09/04/2024
1010
ms.topic: how-to
1111

1212
# Customer intent: As a platform engineer, I want to configure conditional access policies in Microsoft Intune so that I can control access to dev boxes.
@@ -15,15 +15,15 @@ ms.topic: how-to
1515

1616
# Restrict access to dev boxes by using conditional access policies in Microsoft Intune
1717

18-
In this article, you learn how to configure conditional access policies in Microsoft Intune to control access to dev boxes. For Dev Box, its common to configure conditional access policies to restrict who can access dev box, what they can do, and where they can access from. To configure conditional access policies, you can use Microsoft Intune to create dynamic device groups and conditional access policies.
18+
In this article, you learn how to configure conditional access policies in Microsoft Intune to control access to dev boxes. For Dev Box, it's common to configure conditional access policies to restrict who can access dev box, what they can do, and where they can access from. To configure conditional access policies, you can use Microsoft Intune to create dynamic device groups and conditional access policies.
1919

2020
Some usage scenarios for conditional access in Microsoft Dev Box include:
2121

2222
- Restricting access to dev box to only managed devices
2323
- Restricting the ability to copy/paste from the dev box
2424
- Restricting access to dev box from only certain geographies
2525

26-
Conditional access is the protection of regulated content in a system by requiring certain criteria to be met before granting access to the content. Conditional access policies at their simplest are if-then statements. If a user wants to access a resource, then they must complete an action. Conditional access policies are a powerful tool for being able to keep your organizations devices secure and environments compliant.
26+
Conditional access is the protection of regulated content in a system by requiring certain criteria to be met before granting access to the content. Conditional access policies at their simplest are if-then statements. If a user wants to access a resource, then they must complete an action. Conditional access policies are a powerful tool for being able to keep your organization's devices secure and environments compliant.
2727

2828
## Prerequisites
2929

@@ -83,7 +83,9 @@ After creating your device group and validated your dev box devices are members,
8383

8484
1. Enter a **Name** for your conditional access policy.
8585

86-
1. Under **Users**, select the device group you created in the previous section.
86+
1. Under **Users**, select **All users**.
87+
88+
1. Under **Devices**, select the device group you created in the previous section.
8789

8890
1. Under **Cloud apps or actions**, select **No cloud apps, actions, or authentication contexts selected**.
8991

0 commit comments

Comments
 (0)