Skip to content

Commit 80f7d36

Browse files
author
RoseHJM
committed
Changed numbering
1 parent c1b7d72 commit 80f7d36

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

articles/dev-box/concept-what-are-team-customizations.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -71,29 +71,29 @@ When you configure Dev Box team customizations for your organization, careful pl
7171
To set up your Dev Box service to support team customizations, follow these steps:
7272

7373
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.
7676

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

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`.
8787

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

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

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

9898
For more information, see [Write a team customization file](how-to-write-customization-file.md).
9999

@@ -109,19 +109,19 @@ Individual developers can attach a YAML-based customization file when creating t
109109
To set up your Dev Box service to support individual customizations, follow these steps:
110110

111111
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.
115115

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

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

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

126126
For more information, see [Write an individual customization file](how-to-write-customization-file.md).
127127

0 commit comments

Comments
 (0)