Skip to content

Commit 6241ce7

Browse files
author
RoseHJM
committed
Updates to quickstart
1 parent 590c126 commit 6241ce7

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

articles/dev-box/quickstart-team-customizations.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: dev-box
77
ms.topic: quickstart
8-
ms.date: 10/26/2024
8+
ms.date: 11/04/2024
99

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.
1111

1212
---
1313

14-
# Quickstart: Create Dev Box Team Customizations
14+
# Quickstart: Create a Dev Box with Team Customizations
1515

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.
1717

1818
[!INCLUDE [customizations-preview-text](includes/customizations-preview-text.md)]
1919

@@ -25,7 +25,7 @@ To complete the steps in this article, you must have a dev center configured wit
2525

2626
[!INCLUDE [permissions-for-customizations](includes/permissions-for-customizations.md)]
2727

28-
## Create a team customization file (definition.yaml)
28+
## Create an image defintion
2929

3030
1. Download the [example YAML customization file](https://azure.github.io/dev-box/reference/definition.yaml).
3131
1. Open the file and examine the tasks.
@@ -49,9 +49,9 @@ tasks:
4949
```
5050
5151
52-
## Create a pool that uses the image definition
52+
## Create a dev box pool for the image definition
5353
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.
5555
5656
To create a dev box pool associated with a project:
5757
@@ -85,7 +85,9 @@ To create a dev box pool associated with a project:
8585
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.
8686
8787
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.
8991
9092
To create a dev box in the Microsoft Dev Box developer portal:
9193

0 commit comments

Comments
 (0)