You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-write-individual-customization-file.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You can use customizations in Microsoft Dev Box in two ways. Team customizations
26
26
| Configure on | Dev box pool | Dev box |
27
27
| Customizations apply to | All dev boxes in pool | Individual dev box |
28
28
| 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*|
30
30
| Sourced from | Catalog | Uploaded or from personal repository |
31
31
| Supports key vault secrets | Yes | Yes |
32
32
@@ -67,7 +67,7 @@ You can create and manage customization files by using VS Code. You can use the
67
67
68
68
1. When the customization file runs successfully, upload it to your catalog.
69
69
70
-
### Customize your dev box by using existing WinGet Configuration files
70
+
### Optional: Customize your dev box by using existing WinGet Configuration files
71
71
72
72
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.
73
73
@@ -85,7 +85,7 @@ To learn more, see [WinGet configuration](https://aka.ms/winget-configuration).
85
85
## Create a dev box using an individual customization file
86
86
87
87
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*.
89
89
90
90
### Upload a file
91
91
1. In the [developer portal](https://aka.ms/devbox-portal), select **New** > **New dev box**.
0 commit comments