Skip to content

Commit b794cd0

Browse files
Update shared-image-galleries.md
adding an additional FAQ
1 parent 85e8e22 commit b794cd0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ You can create Azure Compute Gallery resource using templates. There are several
212212
* [What API version should I use to create a VM or Virtual Machine Scale Set out of the image version?](#what-api-version-should-i-use-to-create-a-vm-or-virtual-machine-scale-set-out-of-the-image-version)
213213
* [Can I update my Virtual Machine Scale Set created using managed image to use Azure Compute Gallery images?](#can-i-update-my-virtual-machine-scale-set-created-using-managed-image-to-use-azure-compute-gallery-images)
214214
* [How can I update my code to use the new property and ensure permissions are granted accurately during VM image creation?](#how-can-i-update-my-code-to-use-the-new-property-and-ensure-permissions-are-granted-accurately-during-vm-image-creation)
215+
* [Does deleting the Azure Compute Gallery images affect existing VMs created from it?](#does-deleting-the-azure-compute-gallery-affect-vms-created-from-it)
215216

216217
### How can I list all the Azure Compute Gallery resources across subscriptions?
217218

@@ -368,6 +369,10 @@ StorageProfile = new GalleryImageVersionStorageProfile()
368369
}
369370
},
370371
```
372+
373+
### Does deleting the Azure Compute Gallery Image affect existing VM created from it?
374+
VMs created from the Azure Compute Gallery image remains unaffected due to their persistent disks. However, VMSS scale out operation will fail as they rely on the source image ID reference which would be lost once the Azure Compute Gallery image is deleted.
375+
371376
## Troubleshoot
372377
If you have issues with performing any operations on the gallery resources, consult the list of common errors in the [troubleshooting guide](troubleshooting-shared-images.md).
373378

0 commit comments

Comments
 (0)