Skip to content

Commit cfebf4b

Browse files
committed
Update link to ARM template
1 parent de26746 commit cfebf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can then use the resulting image to [create new dev boxes](quickstart-config
4040

4141
You can generate caches for your Visual Studio solution as part of an automated pipeline that builds custom dev box images. To do so, you must meet the following requirements:
4242

43-
* Within the [Azure Resource Manager template](how-to-customize-devbox-azure-image-builder.md), add a customized step to clone the source repository of your project into a nonuser specific location on the VM.
43+
* Within the [Azure Resource Manager template](../azure-resource-manager/templates/overview.md), add a customized step to clone the source repository of your project into a nonuser specific location on the VM.
4444
* With the project source located on disk you can now run the `PopulateSolutionCache` feature to generate the project caches. To do this, add the following PowerShell command to your template's customized steps:
4545

4646
```shell

0 commit comments

Comments
 (0)