I want to deploy a redHat enterprise linux machine in azure public cloud whose packeges are all up to date.
Is there any way to run the command "yum update -y" (and maybe other 'yum install' commands as well) automatically as part of the deployment process or right after the machine's first boot?
Thanks