Skip to content

Commit 768f679

Browse files
Merge pull request #304000 from RoseHJM/mdb-cust-add-network-property-2
MDB - Customizations - add network connection property
2 parents 2963806 + 2e2659f commit 768f679

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 to use during image creation. This network connection allows customization tasks to access resources, like storage accounts or repositories, that are accessible from the specified network. The network connection must be attached to the Dev Center before it can be used for image creation.
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)