Skip to content

Commit eeffbf9

Browse files
committed
Quick formatting fix.
1 parent ac87317 commit eeffbf9

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
@@ -74,7 +74,9 @@ The image version must meet the following requirements:
7474
When you create a generalized VM to capture to an image, the following issues can affect provisioning and startup times:
7575

7676
1. Create the image by using these three sysprep options: `/generalize /oobe /mode:vm`.
77-
- 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.
77+
- 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).
78+
79+
1. Enable the Read/Write cache on the OS disk.
7880
- 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`.
7981

8082
1. Enable nested virtualization in your base image:

0 commit comments

Comments
 (0)