Skip to content

Commit 9722a81

Browse files
Merge pull request #277938 from RoseHJM/docs-editor/how-to-customize-dev-box-setup-1718147607
Update how-to-customize-dev-box-setup-tasks.md
2 parents a5d183c + 9e78e2d commit 9722a81

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/dev-box/how-to-customize-dev-box-setup-tasks.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ You can adopt customizations in stages, building from a simple but functional co
4040

4141
- To complete the steps in this article, you must have a [dev center configured with a dev box definition, dev box pool, and dev box project](./quickstart-configure-dev-box-service.md).
4242

43+
## Permissions required to configure Microsoft Dev Box for customizations
44+
45+
To perform the actions required to create and apply customizations to a dev box, you need certain permissions. The following table describes the actions and permissions or roles you need to configure customizations.
46+
47+
|Action |Permission / Role |
48+
|---------|---------|
49+
|Attach a catalog to a dev center |Platform engineer with Contributor permission to the dev center. |
50+
|Use the developer portal to upload and apply a yaml file during dev box creation | Dev Box User |
51+
|Create a configuration file | Anyone can create a configuration file. |
52+
|Add tasks to a catalog | Permission to add to the repository hosting the catalog. |
53+
4354
## Create a customized dev box by using an example configuration file
4455

4556
Use the default quick start catalog and an example configuration file to get started with customizations.
@@ -148,17 +159,6 @@ tasks:
148159
149160
To learn more about WinGet Configuration, see [WinGet Configuration](https://aka.ms/winget-configuration).
150161
151-
### Permissions required to configure Microsoft Dev Box for customizations
152-
153-
To perform the actions required to create and apply customizations to a dev box, you need certain permissions. The following table describes the actions and permissions or roles you need to configure customizations.
154-
155-
|Action |Permission / Role |
156-
|---------|---------|
157-
|Attach a catalog to a dev center |Platform engineer with Contributor permission to the dev center. |
158-
|Use the developer portal to upload and apply a yaml file during dev box creation | Dev Box User |
159-
|Create a configuration file | Anyone can create a configuration file. |
160-
|Add tasks to a catalog | Permission to add to the repository hosting the catalog. |
161-
162162
## Write a configuration file
163163
164164
You can define new tasks to apply to your dev boxes by creating your own configuration file. You can test your configuration file in Visual Studio Code and make any required changes without the need to create a separate dev box for each test.

0 commit comments

Comments
 (0)