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