Skip to content

Commit 29857bc

Browse files
Update troubleshooting-shared-images.md
updated table format
1 parent e104525 commit 29857bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/virtual-machines/troubleshooting-shared-images.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ If you have problems performing any operations on Azure Compute Gallery (formerl
110110
> | The gallery image \<resourceID\> is not available in \<region\> region. Please contact image owner to replicate to this region, or change your requested region. | The VM is being created in a region that's not among the list of published regions for the gallery image. | Either replicate the image to the region or create a VM in one of the regions in the gallery image's publishing regions |
111111
> | Parameter 'osProfile' is not allowed | Admin username, password, or SSH keys were provided for a VM that was created from a specialized image version | Don't include the admin username, password, or SSH keys if you intend to create a VM from that image. Otherwise, use a generalized image version and supply the admin username, password, or SSH keys |
112112
> | Required parameter 'osProfile' is missing (null) | The VM is created from a generalized image, and it's missing the admin username, password, or SSH keys. Because generalized images don't retain the admin username, password, or SSH keys, these fields must be specified during creation of a VM or scale set | Specify the admin username, password, or SSH keys, or use a specialized image version |
113-
> | Cannot update Virtual Machine Scale Set \<vmssName\> as the current OS state of the VM Scale Set is Generalized which is different from the updated gallery image OS state which is Specialized | The current source image for the scale set is a generalized source image, but it's being updated with a source image that is specialized. The current source image and the new source image for a scale set must be of the same state | To update the scale set, use a generalized image version. | Use the same subscription for the image version and disk encryption set |
113+
> | Cannot update Virtual Machine Scale Set \<vmssName\> as the current OS state of the VM Scale Set is Generalized which is different from the updated gallery image OS state which is Specialized | The current source image for the scale set is a generalized source image, but it's being updated with a source image that is specialized. The current source image and the new source image for a scale set must be of the same state | To update the scale set, use a generalized image version |
114+
> Disk encryption set \<diskEncryptionSetID\> in Azure Compute Gallery \<versionID\> belongs to subscription \<subscriptionID\_1\> and cannot be used with resource '' in subscription \<subscriptionID\_2\> | The disk encryption set used to encrypt the image version resides in a different subscription than the subscription to host the image version | Use the same subscription for the image version and disk encryption set |
114115
> | The resource with id \<vmID\> has a different plan ['{\"name\":\"\<name\>\",\"publisher\":\"\<publisher\>\",\"product\":\"\<product\>\",\"promotionCode\":\"\<promotionCode\>\"}'] than the parent gallery image plan ['null'] | The parent image definition for the image version being deployed does not have a purchase plan information | Create an image definition with the same purchase plan details from the error message and create the image version within the image definition |
115116
> | The VM or virtual machine scale set creation takes a long time | NA | Verify that the **OSType** of the image version that you're trying to create the VM or virtual machine scale set from has the same **OSType** of the source that you used to create the image version
116117

0 commit comments

Comments
 (0)