Skip to content

Commit af0ea4a

Browse files
author
RoseHJM
committed
formatting filesnames
1 parent 9513c4a commit af0ea4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/dev-box/how-to-write-individual-customization-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can use customizations in Microsoft Dev Box in two ways. Team customizations
2626
| Configure on | Dev box pool | Dev box |
2727
| Customizations apply to | All dev boxes in pool | Individual dev box |
2828
| Easily shareable | Yes | No |
29-
| Customizations file name | Imagedefinition.yaml | myfilename.yaml or Workload.yaml |
29+
| Customizations file name | Imagedefinition.yaml | *myfilename.yaml* or *workload.yaml* |
3030
| Sourced from | Catalog | Uploaded or from personal repository |
3131
| Supports key vault secrets | Yes | Yes |
3232

@@ -67,7 +67,7 @@ You can create and manage customization files by using VS Code. You can use the
6767

6868
1. When the customization file runs successfully, upload it to your catalog.
6969

70-
### Customize your dev box by using existing WinGet Configuration files
70+
### Optional: Customize your dev box by using existing WinGet Configuration files
7171

7272
WinGet configuration takes a config-as-code approach to defining the unique sets of software and configuration settings needed to get your Windows environment in a ready-to-code state. You can also use these configuration files to set up a dev box, by using a WinGet task included in the Microsoft-provided quickstart catalog.
7373

@@ -85,7 +85,7 @@ To learn more, see [WinGet configuration](https://aka.ms/winget-configuration).
8585
## Create a dev box using an individual customization file
8686
8787
You can use an individual customization file by uploading it from a local drive when creating your dev box, or by downloading it from a repository.
88-
Customization files stored in a repository must be called workload.yaml. Customization files that are stored locally for upload should be called myfilename.yaml. Name customization files stored locally for upload as *myfilename.yaml*.
88+
Customization files stored in a repository must be called *workload.yaml*. Customization files that are stored locally for upload should be called *myfilename.yaml*. Name customization files stored locally for upload as *myfilename.yaml*.
8989
9090
### Upload a file
9191
1. In the [developer portal](https://aka.ms/devbox-portal), select **New** > **New dev box**.

0 commit comments

Comments
 (0)