Skip to content

Commit 8c66b5f

Browse files
author
RoseHJM
committed
Formatting
1 parent 80f7d36 commit 8c66b5f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,12 @@ When creating tasks, determine which need to run in a system context and which r
5252
Individual developers can upload a customization file when creating their dev box to control the development environment. Developers should use individual customizations only for personal settings and apps. Tasks specified in the individual customization file run only in the user context, after sign-in.
5353
Developers use individual customizations only for personal settings and apps.
5454
Sharing common YAML files among developer teams is inefficient, leads to errors, and violates compliance policies. Dev Box team customizations allow developer team leads and IT admins to preconfigure customization files, eliminating the need for developers to find and upload these files when creating a dev box.
55-
55+
56+
## How do customizations work?
57+
Team customizationa and indivudual customizations are both YAML-based files that specify a list of tasks to apply when creating a dev box. Select the appropriate tab to learn more about how each type of customization works.
5658

5759
# [Team customizations](#tab/team-customizations)
58-
## How do team customizations work?
60+
### How do team customizations work?
5961

6062
You can use team customizations to define a shared Dev Box configuration for each of your development teams without having to invest in setting up an imaging solution like Packer or Azure virtual machine (VM) image templates. Team customizations provide a lightweight alternative that allows central platform engineering teams to delegate Dev Box configuration management to the teams that use them.
6163

@@ -66,7 +68,7 @@ When you configure Dev Box team customizations for your organization, careful pl
6668

6769
:::image type="content" source="media/concept-what-are-team-customizations/dev-box-customizations-workflow.svg" alt-text="Diagram that shows the workflow for Dev Box team customizations, including steps for planning, configuring, and deploying customizations." lightbox="media/concept-what-are-team-customizations/dev-box-customizations-workflow.svg":::
6870

69-
### Configure your Dev Box service for team customizations
71+
#### Configure your Dev Box service for team customizations
7072

7173
To set up your Dev Box service to support team customizations, follow these steps:
7274

@@ -97,14 +99,13 @@ To set up your Dev Box service to support team customizations, follow these step
9799

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

100-
101102
# [Individual customizations](#tab/individual-customizations)
102-
## How do individual customizations work?
103+
### How do individual customizations work?
103104
Individual developers can attach a YAML-based customization file when creating their dev box to control the development environment. Developers use individual customizations only for personal settings and apps.
104105

105106
:::image type="content" source="media/concept-what-are-team-customizations/individual-customizations-workflow.png" alt-text="Diagram that shows the workflow for Dev Box individual customizations, including steps for planning, configuring, and deploying customizations." lightbox="media/concept-what-are-team-customizations/individual-customizations-workflow.png":::
106107

107-
### Configure your Dev Box service for individual customizations
108+
#### Configure your Dev Box service for individual customizations
108109

109110
To set up your Dev Box service to support individual customizations, follow these steps:
110111

0 commit comments

Comments
 (0)