Skip to content

Commit f430f7a

Browse files
Merge pull request #261031 from GitHubber17/183368-2
Freshness | Microsoft Dev Box procedures
2 parents d5003ab + cd7365f commit f430f7a

16 files changed

+80
-76
lines changed

articles/dev-box/how-to-configure-azure-compute-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To learn more about Azure Compute Gallery and how to create galleries, see:
3131

3232
## Prerequisites
3333

34-
- A dev center. If you don't have one available, follow the steps in [Create a dev center](quickstart-configure-dev-box-service.md#1-create-a-dev-center).
34+
- A dev center. If you don't have one available, follow the steps in [Create a dev center](quickstart-configure-dev-box-service.md#create-a-dev-center).
3535
- A compute gallery. Images stored in a compute gallery can be used in a dev box definition, provided they meet the requirements listed in the [Compute gallery image requirements](#compute-gallery-image-requirements) section.
3636

3737
> [!NOTE]

articles/dev-box/how-to-customize-devbox-azure-image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,4 +285,4 @@ After the gallery images are available in the dev center, you can use the custom
285285

286286
## Related content
287287

288-
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition)
288+
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)

articles/dev-box/how-to-generate-visual-studio-caches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To leverage precaching of your source code and Visual Studio IDE customizations
3232
- [Create a custom VM image for dev box](how-to-customize-devbox-azure-image-builder.md) that includes your source code and pregenerated caches.
3333

3434
This article guides you through the creation of an Azure Resource Manager template. In the following sections, you'll modify that template to include processes to [generate the Visual Studio solution cache](#enable-visual-studio-caches-in-dev-box-images) and further improve Visual Studio performance by [preparing the git commit graph](#enable-git-commit-graph-optimizations-in-dev-box-images) for your project.
35-
You can then use the resulting image to [create new dev boxes](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition) for your team.
35+
You can then use the resulting image to [create new dev boxes](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) for your team.
3636

3737
## Enable Visual Studio caches in dev box images
3838

@@ -46,7 +46,7 @@ You can generate caches for your Visual Studio solution as part of an automated
4646
devenv SolutionName /PopulateSolutionCache /LocalCache /Build [SolnConfigName [/Project ProjName [/ProjectConfig ProjConfigName]] [/Out OutputFilename]]
4747
```
4848
49-
This command will open your solution, execute a build, and generate the caches for the specified solution. The generated caches will then be included in the [custom image](how-to-customize-devbox-azure-image-builder.md) and available to dev box users once [posted to a connected Azure Compute Gallery](../virtual-machines/shared-image-galleries.md). You can then [create a new dev box](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition) based off this image.
49+
This command will open your solution, execute a build, and generate the caches for the specified solution. The generated caches will then be included in the [custom image](how-to-customize-devbox-azure-image-builder.md) and available to dev box users once [posted to a connected Azure Compute Gallery](../virtual-machines/shared-image-galleries.md). You can then [create a new dev box](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) based off this image.
5050
5151
The `/Build` flag is optional, but without it some caches that require a build to have completed won't be available. For more information on the `build` command, see [Build command-line reference](/visualstudio/ide/reference/build-devenv-exe).
5252

articles/dev-box/how-to-manage-dev-box-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ To delete a dev box pool in the Azure portal:
124124
## Related content
125125

126126
- [Provide access to projects for project admins](./how-to-project-admin.md)
127-
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition)
127+
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
128128
- [Configure Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)

articles/dev-box/how-to-manage-dev-box-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@ To assign administrative access to a project, select the DevCenter Project Admin
120120
## Next steps
121121

122122
- [Manage dev box pools](./how-to-manage-dev-box-pools.md)
123-
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition)
123+
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
124124
- [Configure an Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)

articles/dev-box/how-to-manage-dev-center.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,5 @@ To make role assignments:
159159
## Related content
160160

161161
- [Provide access to projects for project admins](./how-to-project-admin.md)
162-
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#2-create-a-dev-box-definition)
162+
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
163163
- [Configure Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)
1.28 KB
Loading
12.7 KB
Loading
-2.29 KB
Loading
13.4 KB
Loading

0 commit comments

Comments
 (0)