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-team-customizations.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ author: RoseHJM
5
5
ms.author: rosemalcolm
6
6
ms.service: dev-box
7
7
ms.topic: quickstart
8
-
ms.date: 10/26/2024
8
+
ms.date: 11/04/2024
9
9
10
-
#customer intent: As a dev center administrator or Project Admin, I want to create a team customization so that I can create a customized dev box as a proof of concept.
10
+
#customer intent: As a dev center administrator or Project Admin, I want to create an image definition file so that I can create a customized dev box as a proof of concept.
11
11
12
12
---
13
13
14
-
# Quickstart: Create Dev Box Team Customizations
14
+
# Quickstart: Create a Dev Box with Team Customizations
15
15
16
-
In this quickstart, you create a dev box from a team customizations file. Team customizations allow you to create a customized dev box for your development team, providing a tailored environment for your projects.
16
+
In this quickstart, you create a dev box by using team customizations. Team customizations uses an image defintion file to allow you to create consistently customized dev boxes for your development team, providing a tailored environment for your projects.
## Create a team customization file (definition.yaml)
28
+
## Create an image defintion
29
29
30
30
1. Download the [example YAML customization file](https://azure.github.io/dev-box/reference/definition.yaml).
31
31
1. Open the file and examine the tasks.
@@ -49,9 +49,9 @@ tasks:
49
49
```
50
50
51
51
52
-
## Create a pool that uses the image definition
52
+
## Create a dev box pool for the image definition
53
53
54
-
To make the customization file, *imagedefintion.yaml*, accessible to your developers, you specify it as the dev box definition for a pool. The pool is then used to create dev boxes.
54
+
To make the customization file, *imagedefintion.yaml*, accessible when creating dev boxes, you specify it as the definition for a pool. When a developer selects that pool to create a dev box from, the image defintion is used.
55
55
56
56
To create a dev box pool associated with a project:
57
57
@@ -85,7 +85,9 @@ To create a dev box pool associated with a project:
85
85
The Azure portal deploys the dev box pool and runs health checks to ensure that the image and network pass the validation criteria for dev boxes.
86
86
87
87
88
-
## Create a dev box that utilizes this image definition
88
+
## Create a dev box from the dev box pool
89
+
90
+
When you create a dev box from a dev box pool, the image definition is applied to the dev box. The dev box is created with the customizations specified in the image definition file.
89
91
90
92
To create a dev box in the Microsoft Dev Box developer portal:
0 commit comments