You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/shared-image-galleries.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,7 @@ You can create Azure Compute Gallery resource using templates. There are several
212
212
*[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)
213
213
*[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)
214
214
*[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)
215
216
216
217
### How can I list all the Azure Compute Gallery resources across subscriptions?
217
218
@@ -368,6 +369,10 @@ StorageProfile = new GalleryImageVersionStorageProfile()
368
369
}
369
370
},
370
371
```
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
+
371
376
## Troubleshoot
372
377
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).
0 commit comments