Hi @Varma
Packer and Azure Image Builder are both tools that can be used to create custom images for virtual machines in Azure. Packer is an open-source tool that can be used to define and build custom images in Azure. Azure Image Builder is a managed service built on Packer that provides a simpler way to create custom images.
If you frequently create custom images and use them for virtual machines, Packer may be a viable choice for you. Packer allows you to define your own custom images tailored to your needs. You can use Packer to create a latest version of your custom image with new software by following these high-level steps:
- Define a new Packer template that includes the new software you want to install and any software you want to uninstall.
- Use the Packer template to build a latest version of your custom image.
- Update your VM scaleset to use the latest version of your custom image.
I would recommend reaching out to support team for further help as I have a limited scope around this topic.