Skip to content

Commit d8132a5

Browse files
authored
Merge pull request #299740 from RoseHJM/mdb-cust-reference-fix
MDB - customizations reference fix
2 parents 8ee0d7c + fec4fad commit d8132a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/dev-box/reference-dev-box-customizations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $schema: 1.0
2424
name: project-sample-1
2525
image: MicrosoftWindowsDesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365
2626
tasks:
27-
- task: "powershell"
27+
- name: "powershell"
2828
inputs:
2929
command:
3030
```
@@ -49,11 +49,13 @@ The image you would like to use as the base image for your image definition. Thi
4949
image: MicrosoftWindowsDesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365
5050
```
5151

52-
Or a custom image:
52+
Or a custom image from an attached Azure Compute Gallery:
5353

5454
```
5555
image: galleryname/imagename@version
5656
```
57+
To learn how to attach an Azure Compute Gallery to your DevCenter, see [Configure Azure Compute Gallery for Microsoft Dev Box](how-to-configure-azure-compute-gallery.md).
58+
5759

5860
To get a list of images that your DevCenter has access to, use this az cli command:
5961

0 commit comments

Comments
 (0)