Skip to content

Commit b486805

Browse files
authored
Update shared-image-galleries.md
Following should be clearly stated in the documentation for clarity: "Specialized VM image contains operating system disk and all the attached disks."
1 parent e6704fa commit b486805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/shared-image-galleries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The properties of an image version are:
101101

102102
There are two operating system states supported by Azure Compute Gallery. Typically images require that the VM used to create the image has been [generalized](generalize.yml) before taking the image. Generalizing is a process that removes machine and user specific information from the VM. For Linux, you can use [waagent](https://github.com/Azure/WALinuxAgent) `-deprovision` or `-deprovision+user` parameters. For Windows, the Sysprep tool is used.
103103

104-
Specialized VMs haven't been through a process to remove machine specific information and accounts. Also, VMs created from specialized images don't have an `osProfile` associated with them. This means that specialized images will have some limitations in addition to some benefits.
104+
Specialized VMs haven't been through a process to remove machine specific information and accounts. Specialized VM image contains operating system disk and all the attached disks. Also, VMs created from specialized images don't have an `osProfile` associated with them. This means that specialized images will have some limitations in addition to some benefits.
105105

106106
- VMs and scale sets created from specialized images can be up and running quicker. Because they're created from a source that has already been through first boot, VMs created from these images boot faster.
107107
- Accounts that could be used to log into the VM can also be used on any VM created using the specialized image that is created from that VM.

0 commit comments

Comments
 (0)