Skip to content

Commit 8b5874e

Browse files
committed
Add security groups step
1 parent b90fceb commit 8b5874e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

articles/dev-box/concept-dev-box-deployment-guide.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Each Azure subscription is linked to a single Microsoft Entra tenant, which acts
8585

8686
Each Dev Box user needs a Microsoft Intune license. The Azure subscription that contains your Dev Box Azure resources (dev center, project, and more) needs to be in the same tenant as Microsoft Intune.
8787

88-
### Step 2: Configure network
88+
### Step 2: Configure network components
8989

9090
Dev boxes require a network connection to access resources. You can choose between a Microsoft-hosted network connection, and an Azure network connection that you create in your own subscription. When you use an Azure network connection, you need to configure the corresponding networking components in Azure and potentially in your organization's network infrastructure.
9191

@@ -112,8 +112,14 @@ Learn more about [Microsoft Dev Box networking requirements](./concept-dev-box-n
112112

113113
### Step 3: Configure security groups for role-based access control
114114

115-
- project admins
116-
- dev box users
115+
Microsoft Dev Box uses Azure role-based access control (Azure RBAC) to grant access to functionality in the service:
116+
117+
- Grant project administrators access to perform administrative tasks on Microsoft Dev Box projects (Project Admin role)
118+
- Grant dev box users access to create and manage their dev boxes in a Dev Box project (Dev Box User role)
119+
120+
You can create security groups in Microsoft Entra ID for granting or revoking access for admins and users for each project. By using a security group, you can delegate the task of granting access independently of their permissions on the Azure resources. For example, you could delete granting access for dev box users to the dev team lead for that project.
121+
122+
Learn more about [Microsoft Entra ID groups](/entra/fundamentals/concept-learn-about-groups).
117123

118124
### Step x: Create dev center
119125

0 commit comments

Comments
 (0)