Skip to content

Commit 1b33586

Browse files
Update troubleshooting-shared-images.md
Updated table format
1 parent 8c9fbe5 commit 1b33586

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
@@ -93,7 +93,8 @@ If you have problems performing any operations on Azure Compute Gallery (formerl
9393
> | OSDiskImage and DataDiskImage cannot point to same blob \<sourceID\> | The sources for the OS disk and at least one data disk are not unique | Change the source for the OS disk and/or data disks to ensure that the OS disk as well as each data disk is unique |
9494
> | Duplicate regions are not allowed in target publishing regions | A region is listed among the publishing regions more than once | Remove the duplicate region |
9595
> | Adding new Data Disks or changing the LUN of a Data Disk in an existing Image is not allowed | An update call to the image version either contains a new data disk or has a new LUN for a disk | Use the LUNs and data disks of the existing image version |
96-
> | The disk encryption set \<diskEncryptionSetID\> must be in the same subscription \<subscriptionID\> as the gallery resource | The Azure Compute Gallery does not currently support using a disk encryption set in a different subscription | Create the image version and disk encryption set in the same subscription | Resize the data disk to under 1 TB |
96+
> | The disk encryption set \<diskEncryptionSetID\> must be in the same subscription \<subscriptionID\> as the gallery resource | The Azure Compute Gallery does not currently support using a disk encryption set in a different subscription | Create the image version and disk encryption set in the same subscription |
97+
> | Replication failed in this region due to 'The GalleryImageVersion source resource size 2048 exceeds the max size 1024 supported | A data disk in the source is greater than 1TB | Resize the data disk to under 1 TB |
9798
> | Operation 'Update Gallery Image Version' is not on allowed on \<versionNumber>; since it is marked for deletion. You can only retry the Delete operation (or wait for an ongoing one to complete) | You attempted to update a gallery image version that is in the process of being deleted | Wait for the deletion event to complete and recreate the image version again |
9899
> | Encryption is not supported for source resource '\<sourceID>'. Please use a different source resource type which supports encryption or remove encryption properties | Currently the Azure Compute Gallery only supports encryption for VMs, disks, snapshots and managed images. One of the sources provided for the image version is not in the previous list of sources that support encryption | Remove the disk encryption set from the image version and contact the support team.
99100

0 commit comments

Comments
 (0)