You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/quickstart-configure-dev-box-service.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ To begin the configuration, you'll create a dev center to enable you to manage y
49
49
:::image type="content" source="./media/quickstart-configure-dev-box-service/discover-dev-centers.png" alt-text="Screenshot showing the Azure portal with the search box and dev centers result highlighted.":::
50
50
51
51
1. On the dev centers page, select **+Create**.
52
+
52
53
:::image type="content" source="./media/quickstart-configure-dev-box-service/create-dev-center.png" alt-text="Screenshot showing the Azure portal Dev center with create highlighted.":::
53
54
54
55
1. On the **Create a dev center** page, on the **Basics** tab, enter the following values:
@@ -72,6 +73,7 @@ To begin the configuration, you'll create a dev center to enable you to manage y
72
73
1. On the **Review** tab, select **Create**.
73
74
74
75
1. You can check on the progress of the dev center creation from any page in the Azure portal by opening the notifications pane.
1. When the deployment is complete, select **Go to resource**. You'll see the dev center page.
@@ -303,19 +305,20 @@ Before users can create dev boxes based on the dev box pools in a project, you m
303
305
304
306
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](/azure/role-based-access-control/role-assignments-portal).
305
307
306
-
|Setting |Value |
307
-
|---------|---------|
308
-
|Role | DevCenter Dev Box User |
309
-
|Assign access to | User |
310
-
|Members | Your account |
308
+
|Setting |Value |
309
+
|---------|---------|
310
+
|Role | DevCenter Dev Box User |
311
+
|Assign access to | User |
312
+
|Members | Your account |
311
313
312
-
The user will now be able to view the project and all the pools within it. They can create dev boxes from any of the pools and manage those dev boxes from the [developer portal](https://aka.ms/devbox-portal).
314
+
The user will now be able to view the project and all the pools within it. They can create dev boxes from any of the pools and manage those dev boxes from the [developer portal](https://aka.ms/devbox-portal).
The Microsoft Dev Box service makes it possible for you to delegate administration of projects to a member of the project team. Project administrators can assist with the day-to-day management of projects for their team, like creating and managing dev box pools. To provide users permissions to manage projects, add them to the DevCenter Project Admin role.
321
+
319
322
You can assign the DevCenter Project Admin role by using the [Provide access to a dev box project](#provide-access-to-a-dev-box-project) steps, but selecting the Project Admin role instead of the Dev Box User role. For more information, go to [Provide access to projects for project admins](how-to-project-admin.md).
0 commit comments