@@ -71,29 +71,29 @@ When you configure Dev Box team customizations for your organization, careful pl
71
71
To set up your Dev Box service to support team customizations, follow these steps:
72
72
73
73
1 . ** Configure your dev center** :
74
- - Enable project-level catalogs.
75
- - Assign permissions for project admins.
74
+ a. Enable project-level catalogs.
75
+ b. Assign permissions for project admins.
76
76
77
- 2 . ** Decide whether to use a catalog with custom reusable components** :
78
- - ** Built-in** :
79
- - Use PowerShell or WinGet statements.
80
- - ** Catalog** :
81
- - Host in Azure Repos or GitHub.
82
- - Add tasks.
83
- - Attach to a dev center.
77
+ 1 . ** Decide whether to use a catalog with custom reusable components** :
78
+ a. ** Built-in** :
79
+ b. Use PowerShell or WinGet statements.
80
+ c. ** Catalog** :
81
+ d. Host in Azure Repos or GitHub.
82
+ e. Add tasks.
83
+ f. Attach to a dev center.
84
84
85
- 3 . ** Create a customization file** :
86
- - Create a YAML file named ` imagedefinition.yaml ` .
85
+ 1 . ** Create a customization file** :
86
+ a. Create a YAML file named ` imagedefinition.yaml ` .
87
87
88
- 4 . ** Specify an image in a dev box pool** :
89
- - Create or modify a dev box pool and specify ` imagedefinition.yaml ` as the image definition.
88
+ 1 . ** Specify an image in a dev box pool** :
89
+ a. Create or modify a dev box pool and specify ` imagedefinition.yaml ` as the image definition.
90
90
91
- 5 . ** Choose how you'll use the image definition** :
92
- - Build the image each time you create a dev box.
93
- - Optimize the image for team customizations.
91
+ 1 . ** Choose how you'll use the image definition** :
92
+ a. Build the image each time you create a dev box.
93
+ b. Optimize the image for team customizations.
94
94
95
- 6 . ** Create a dev box** :
96
- - Use the developer portal to create your dev box from the configured pool.
95
+ 1 . ** Create a dev box** :
96
+ a. Use the developer portal to create your dev box from the configured pool.
97
97
98
98
For more information, see [ Write a team customization file] ( how-to-write-customization-file.md ) .
99
99
@@ -109,19 +109,19 @@ Individual developers can attach a YAML-based customization file when creating t
109
109
To set up your Dev Box service to support individual customizations, follow these steps:
110
110
111
111
1 . ** Use a PowerShell and WinGet tasks** :
112
- - Platform supports PowerShell and WinGet.
113
- - No catalog required.
114
- - No further configuration required.
112
+ a. Platform supports PowerShell and WinGet.
113
+ b. No catalog required.
114
+ c. No further configuration required.
115
115
116
- 2 . ** Create a customization file** :
117
- - Create a YAML-based customization file.
116
+ 1 . ** Create a customization file** :
117
+ a. Create a YAML-based customization file.
118
118
119
- 3 . ** Create a dev box** :
120
- - Use the developer portal to create your dev box from the configured pool.
121
- - Upload and validate your customization file during the dev box creation process.
119
+ 1 . ** Create a dev box** :
120
+ a. Use the developer portal to create your dev box from the configured pool.
121
+ b. Upload and validate your customization file during the dev box creation process.
122
122
123
- 4 . ** Dev box creation** :
124
- - The dev box is created with the specified customizations.
123
+ 1 . ** Dev box creation** :
124
+ a. The dev box is created with the specified customizations.
125
125
126
126
For more information, see [ Write an individual customization file] ( how-to-write-customization-file.md ) .
127
127
0 commit comments