Would Azure private marketplace be an option for storing server gold images for infrastructure deployments?

32 Views Asked by At

Interested in getting feedback on pros/cons for this solution for storing server images? Any alternatives and their pro/cons?

1

There are 1 best solutions below

0
Arko On BEST ANSWER

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.

enter image description here

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: