Skip to content

Commit 566f0b6

Browse files
authored
Update reference-dev-box-customizations.md
1 parent fc0760e commit 566f0b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ name: myVSDevBox
4545
image: MicrosoftWindowsDesktop_windows-ent-cpc_win11-21h2-ent-cpc-m365
4646
```
4747

48-
Or a custom image from an attached Azure Compute Gallery:
48+
Or it can be a custom image from an attached Azure Compute Gallery instance:
4949

5050
```
5151
image: galleryname/imagename@version
5252
```
53-
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).
53+
To learn how to attach an Azure Compute Gallery instance to your dev center, see [Configure Azure Compute Gallery for Microsoft Dev Box](how-to-configure-azure-compute-gallery.md).
5454

5555

56-
To get a list of images to which your Dev Center has access, use this `az cli` command:
56+
To get a list of images to which your dev center has access, use this `az cli` command:
5757

5858
```
5959
az devcenter admin image list --dev-center-name CustomizationsImagingHQ --resource-group TeamCustomizationsImagingRG --query "[].name"
6060
```
6161

62-
You need the Dev Center `az cli` extension:
62+
You need the dev center `az cli` extension:
6363

6464
```
6565
az extension add --name devcenter
@@ -92,7 +92,7 @@ tasks:
9292

9393
### Built-in tasks
9494

95-
PowerShell and WinGet are available as built-in tasks. You can invoke them directly without attaching a Dev Center-level catalog that defines the implementation of these tasks.
95+
PowerShell and WinGet are available as built-in tasks. You can invoke them directly without attaching a catalog at the dev center level that defines the implementation of these tasks.
9696

9797
#### WinGet built-in task
9898

@@ -248,4 +248,4 @@ To reference parameters in a command, specify the variable name in double braces
248248

249249
```
250250
licenseURL: "https://link.to/license"
251-
```
251+
```

0 commit comments

Comments
 (0)