Skip to content

Commit c111bc1

Browse files
authored
Merge pull request #295161 from MicrosoftDocs/main
2/24/2025 11:00 AM IST Publish
2 parents 142a277 + 752a57a commit c111bc1

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
---
22
title: Configure Visual Studio caches for your dev box image
33
titleSuffix: Microsoft Dev Box
4-
description: Learn how to generate Visual Studio caches for your customized Dev Box image.
4+
description: Learn how to get started on solutions quickly by generating Visual Studio caches for your customized Dev Box image.
55
services: dev-box
66
ms.service: dev-box
77
ms.custom:
88
- ignite-2023
99
author: RoseHJM
1010
ms.author: rosemalcolm
11-
ms.date: 11/14/2023
11+
ms.date: 02/23/2025
1212
ms.topic: how-to
13+
14+
#customer intent: As a platfrom engineer, I want to learn how to precache Visual Studio solutions for Microsoft Dev Boxes, so that developers can get strated on VS solutions more quickly.
1315
---
1416

1517
# Optimize the Visual Studio experience on Microsoft Dev Box
@@ -46,7 +48,7 @@ You can generate caches for your Visual Studio solution as part of an automated
4648
devenv SolutionName /PopulateSolutionCache /LocalCache /Build [SolnConfigName [/Project ProjName [/ProjectConfig ProjConfigName]] [/Out OutputFilename]]
4749
```
4850
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](/azure/virtual-machines/shared-image-galleries). You can then [create a new dev box](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) based off this image.
51+
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 an [attached Azure Compute Gallery](how-to-configure-azure-compute-gallery.md).. You can then [create a new dev box](quickstart-configure-dev-box-service.md#create-a-dev-box-definition) based off this image.
5052
5153
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).
5254
@@ -72,12 +74,11 @@ git config --local core.commitGraph true
7274
git commit-graph write --reachable
7375
```
7476
75-
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](/azure/virtual-machines/shared-image-galleries).
76-
77-
## Next steps
77+
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 an attached Azure Compute Gallery, as described in [Configure Azure Compute Gallery for Microsoft Dev Box](how-to-configure-azure-compute-gallery.md).
7878
79-
Get started with Visual Studio precaching in Microsoft Dev Box:
79+
## Related content
8080
81-
- [Download and install Visual Studio 17.8 or later](https://visualstudio.microsoft.com/vs/).
81+
- [Quickstart: Configure Microsoft Dev Box by using an ARM template](quickstart-configure-dev-box-arm-template.md)
82+
- [Download and install Visual Studio 17.8 or later](https://visualstudio.microsoft.com/vs/)
8283
8384
We’d love to hear your feedback, input, and suggestions on Visual Studio precaching in Microsoft Dev Box via the [Developer Community](https://developercommunity.visualstudio.com/home).

articles/dev-box/quickstart-configure-dev-box-arm-template.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: 'Quickstart: Configure Microsoft Dev Box by using an ARM template'
2+
title: 'Configure Microsoft Dev Box with an ARM template'
33
description: In this quickstart, you learn how to configure the Microsoft Dev Box service to provide dev box workstations for users by using an ARM template.
44
services: dev-box
55
ms.service: dev-box
66
ms.topic: quickstart-arm
77
ms.custom: subject-armqs, devx-track-arm-template
88
author: RoseHJM
99
ms.author: rosemalcolm
10-
ms.date: 11/28/2023
10+
ms.date: 02/23/2025
1111
#Customer intent: As an enterprise admin, I want to understand how to create and configure dev box components with an ARM template so that I can provide dev box projects for my users.
1212
---
1313

@@ -88,7 +88,7 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
8888
- *User Principal Type*: The type of user principal. Valid values are *User* or *Group*.
8989
- *Location*: The location where the resources are deployed. Choose a location close to the dev boxes users to reduce latency.
9090

91-
Alternatively, you can provide access to a dev box project in the Azure portal, see [Provide user-level access to projects for developers](how-to-dev-box-user.md).
91+
Alternatively, you can provide access to a dev box project in the Azure portal. For more information, see [Provide user-level access to projects for developers](how-to-dev-box-user.md).
9292

9393
### Virtual network considerations
9494

@@ -108,7 +108,9 @@ Microsoft Dev Box automatically creates a resource group for each network connec
108108

109109
## Clean up resources
110110

111-
When you no longer need them, delete the resource group: Go to the Azure portal, select the resource group that contains these resources, and then select Delete.
111+
When you no longer need these resources, you can delete the resource group.
112+
113+
Go to the Azure portal, select the resource group that contains the resources, and then select **Delete**.
112114

113115
## Find more templates
114116

@@ -124,7 +126,7 @@ For example, you can use a template to [add other customized images for Base, Ja
124126
|.NET |Git, Azure CLI, VS Code,.NET SDK, Visual Studio |
125127
|Data |Git, Azure CLI, VS Code,Python 3, VS Code Extension for Python and Jupyter |
126128

127-
## Next steps
129+
## Related content
128130

129131
- [Quickstart: Create a dev box](quickstart-create-dev-box.md)
130132
- [Configure Azure Compute Gallery for Microsoft Dev Box](how-to-configure-azure-compute-gallery.md)

0 commit comments

Comments
 (0)