Skip to content

Commit e367f52

Browse files
author
RoseHJM
committed
MDB - Customizations - add network connection property
1 parent 9d4b7e7 commit e367f52

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/dev-box/reference-dev-box-customizations.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference for customizing Dev Box environments by using devbox.yaml
44
author: RoseHJM
55
ms.service: dev-box
66
ms.topic: reference
7-
ms.date: 05/09/2025
7+
ms.date: 08/07/2025
88
ms.author: rosemalcolm
99
ms.custom:
1010
- build-2025
@@ -66,6 +66,20 @@ You need the dev center `az cli` extension:
6666
az extension add --name devcenter
6767
```
6868

69+
### buildProperties
70+
71+
This object collection is made up of build properties that can be used to customize the build process for the image.
72+
73+
#### networkConnection
74+
75+
**Optional:** Specifies the network connection used during image creation. The network connection must be attached to the Dev Center and becomes the default for creating pools. If not specified, Microsoft Hosted Network (MHN) is used.
76+
77+
Example:
78+
```
79+
buildProperties:
80+
networkConnection: "my-westus3"
81+
```
82+
6983
### tasks
7084

7185
**Required:** This object collection is made up of Dev Box customization tasks to run when you provision a dev box. The specific inputs that are provided to a task vary by task.

0 commit comments

Comments
 (0)