Skip to content

Commit ccb42b2

Browse files
Merge pull request #280881 from RoseHJM/mdb-update-azure-gallery
MDB - Azure compute gallery update
2 parents 8cafc24 + eeffbf9 commit ccb42b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ The image version must meet the following requirements:
7777
When you create a generalized VM to capture to an image, the following issues can affect provisioning and startup times:
7878

7979
1. Create the image by using these three sysprep options: `/generalize /oobe /mode:vm`.
80-
- These options prevent a lengthy search for and installation of drivers during the first boot. For more information, see [Sysprep Command-Line Options](/windows-hardware/manufacture/desktop/sysprep-command-line-options?view=windows-11#modevm&preserve-view=true).1. Enable the Read/Write cache on the OS disk.
80+
- These options prevent a lengthy search for and installation of drivers during the first boot. For more information, see [Sysprep Command-Line Options](/windows-hardware/manufacture/desktop/sysprep-command-line-options?view=windows-11#modevm&preserve-view=true).
81+
82+
1. Enable the Read/Write cache on the OS disk.
8183
- To verify the cache is enabled, open the Azure portal and navigate to the image. Select **JSON view**, and make sure `properties.storageProfile.osDisk.caching` value is `ReadWrite`.
8284

8385
1. Enable nested virtualization in your base image:

0 commit comments

Comments
 (0)