Category: Security, Ubuntu, shell, ansible

Azure,AWS,Google provides various kind of Linux and Windows images in market place. So it is very tedious & complex job to manage images in single and multi-cloud environments by maintaining a common standard.The following case study performed on Azure cloud.

Azure Shared Image Gallery:-Azure share Image gallery is new azure service which provides the facility to host the OS golden Image and share the image in various regions, this way it eliminates the explicit images copy task with various region and it reduces the efforts of maintaining a parity of maintaining the golden image as OS golden Image is the main building block of VM or compute unit of cloud service. Image Definition:- To host an image in azure shared image gallery an image definition need to create with customize published name.

This will create an image and place it in shared image gallery.

Related Articles