Interested in getting feedback on pros/cons for this solution for storing server images? Any alternatives and their pro/cons?
Private Azure Marketplace is not an option for storing custom (gold) images for infrastructure deployments. As per the Azure documentation, custom images cannot be included in Private Azure Marketplace.
However, Azure Compute Gallery can be used to share custom images. The steps to create and share custom images using Azure Compute Gallery are provided in the context.
As for alternatives, other options for storing server images include Azure Blob Storage and Azure Managed Disks. The pros and cons of these alternatives depend on specific use cases and requirements. For example, maybe cost-effective and offers high availability, but requires additional steps to manage the images and create VMs from them.
References: