Skip to content

Commit 3ba9d8c

Browse files
author
RoseHJM
committed
Fixes
1 parent 7ded97b commit 3ba9d8c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/dev-box/.openpublishing.redirection.dev-box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
"redirect_document_id": false
9797
},
9898
{
99-
"source_path": "articles/dev-box/how-to-write-individual-customization-file.md",
100-
"redirect_url": "../../azure/dev-box/how-to-write-user-customization-file",
99+
"source_path": "/articles/dev-box/how-to-write-individual-customization-file.md",
100+
"redirect_url": "/azure/dev-box/how-to-write-user-customization-file",
101101
"redirect_document_id": false
102102
}
103103
]

articles/dev-box/how-to-use-secrets-customization-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tasks:
4848
4949
## Use key vault secrets in user customization files
5050
51-
To clone a private Azure Repos repository from an user customization file, you don't need to configure a secret in Azure Key Vault. If you want to clone a private Azure Repos repository from an user customization file, you don't need to configure a secret in Azure Key Vault. Instead, you can use `{{ado}}` or `{{ado://your-ado-organization-name}}` as a parameter. This parameter fetches an access token on your behalf when you're creating a dev box. The access token has read-only permission to your repository.
51+
To clone a private Azure Repos repository from a user customization file, you don't need to configure a secret in Azure Key Vault. If you want to clone a private Azure Repos repository from a user customization file, you don't need to configure a secret in Azure Key Vault. Instead, you can use `{{ado}}` or `{{ado://your-ado-organization-name}}` as a parameter. This parameter fetches an access token on your behalf when you're creating a dev box. The access token has read-only permission to your repository.
5252

5353
The `git-clone` task in the quickstart catalog uses the access token to clone your repository. Here's an example:
5454

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Write an User Customization File for Your Dev Box
2+
title: Write a user Customization File for Your Dev Box
33
description: Learn how to upload and validate user customization files for dev boxes directly from your local drive or repository.
44
#customer intent: As a Dev Center Admin or Project Admin, I want to create image definition files so that my development teams can create customized dev boxes.
55
author: RoseHJM
@@ -15,12 +15,12 @@ ms.topic: how-to
1515
ms.date: 05/09/2025
1616
---
1717

18-
# Write an user customization file for a dev box
18+
# Write a user customization file for a dev box
1919

2020
[!INCLUDE [note-build-2025](includes/note-build-2025.md)]
2121

2222

23-
The Dev Box user customizations feature helps you streamline the setup of your dev boxes. Starting a new project or joining a team is often complex and time consuming. With customizations, you can configure your dev boxes with the applications, tools, repositories, code libraries, packages, and build scripts that you need. This article guides you through the process of creating, testing, and editing an user customization file for your dev box using Visual Studio Code (VS Code).
23+
The Dev Box user customizations feature helps you streamline the setup of your dev boxes. Starting a new project or joining a team is often complex and time consuming. With customizations, you can configure your dev boxes with the applications, tools, repositories, code libraries, packages, and build scripts that you need. This article guides you through the process of creating, testing, and editing a user customization file for your dev box using Visual Studio Code (VS Code).
2424

2525
You can use customizations in Microsoft Dev Box in two ways. Team customizations are used to create a shared configuration for a team of developers. User customizations are used to create a personal configuration for an individual developer. The following table summarizes the differences between the two types of customizations.
2626

articles/dev-box/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ landingContent:
8686
links:
8787
- text: What are Team Customizations
8888
url: concept-what-are-team-customizations.md
89-
- text: Write an individual customization file
90-
url: how-to-write-individual-customization-file.md
89+
- text: Write an image definition file
90+
url: how-to-write-image-definition-file.md
9191
- text: Use secrets in customization files
9292
url: how-to-use-secrets-customization-files.md
9393
- text: Configure imaging for Customizations

articles/dev-box/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ items:
7777
- name: Write an image definition file
7878
displayName: customizations, image definition, team customization
7979
href: how-to-write-image-definition-file.md
80-
- name: Write an individual customization file
80+
- name: Write a user customization file
8181
displayName: customizations, image definition, personal customization, individual
82-
href: how-to-write-individual-customization-file.md
82+
href: how-to-write-user-customization-file.md
8383
- name: Configure imaging for Customizations
8484
href: how-to-configure-customization-imaging.md
8585
- name: Create customization tasks

0 commit comments

Comments
 (0)