Skip to content

Commit 65f813a

Browse files
author
RoseHJM
committed
Formatting
1 parent e075686 commit 65f813a

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

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

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

7878
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.
8181

8282
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.
8989

9090
1. **Create a customization file**:
91-
a. Create a YAML file named `imagedefinition.yaml`.
91+
1. Create a YAML file named `imagedefinition.yaml`.
9292

9393
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.
9595

9696
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.
9999

100100
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.
102102

103103
For more information, see [Write an image definition file for Dev Box team customizations](how-to-write-image-definition-file.md).
104104

@@ -113,19 +113,19 @@ Individual developers can attach a YAML-based customization file when creating t
113113
To set up your Dev Box service to support user customizations, follow these steps:
114114

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

120120
1. **Create a customization file**:
121-
a. Create a YAML-based customization file.
121+
1. Create a YAML-based customization file.
122122

123123
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.
126126

127127
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.
129129

130130
For more information, see [Write a user customization file for a dev box](how-to-write-user-customization-file.md).
131131

0 commit comments

Comments
 (0)