Skip to content

Commit 22602d7

Browse files
committed
edits
1 parent 668548f commit 22602d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To learn more about Azure Compute Gallery and how to create galleries, see:
4141

4242
A gallery used to configure dev box definitions must have at least [one image definition and one image version](../virtual-machines/image-version.md).
4343

44-
When you create a virtual machine image, select an image from the Azure Marketplace that's compatible with Microsoft Dev Box. The following are examples of compatible images:
44+
When you create a virtual machine (VM) image, select an image from the Azure Marketplace that's compatible with Microsoft Dev Box. The following are examples of compatible images:
4545
- [Visual Studio 2019](https://azuremarketplace.microsoft.com/marketplace/apps/microsoftvisualstudio.visualstudio2019plustools?tab=Overview)
4646
- [Visual Studio 2022](https://azuremarketplace.microsoft.com/marketplace/apps/microsoftvisualstudio.visualstudioplustools?tab=Overview)
4747

@@ -56,7 +56,7 @@ The image version must meet the following requirements:
5656
- To speed up the dev box creation time:
5757
- Disable the reserved storage state feature in the image by using the following command: `DISM.exe /Online /Set-ReservedStorageState /State:Disabled`. For more information, see [DISM Storage reserve command-line options](/windows-hardware/manufacture/desktop/dism-storage-reserve?view=windows-11#set-reservedstoragestate&preserve-view=true).
5858
- Run `defrag` and `chkdsk` during image creation, wait for them to finish. And disable `chkdisk` and `defrag` scheduled task.
59-
- Single-session virtual machine (VM) images (Multiple-session VM images aren't supported.)
59+
- Single-session VM images (Multiple-session VM images aren't supported.)
6060
- No recovery partition
6161
For information about how to remove a recovery partition, see the [Windows Server command: delete partition](/windows-server/administration/windows-commands/delete-partition).
6262
- Default 64-GB OS disk size

0 commit comments

Comments
 (0)