Which App can I use to install packages on instances in vmss of linux on daily basis?

S Soumya 1 Reputation point
2019-12-05T07:30:48.67+00:00

I want to execute a script which has code to install Anti virus like ClamAV on the instances present in the virtual machine scale set. That script should be executed on the newly auto scaled instances too using logic of Azure function. For this I need an Azure function to perform my task. Can anyone suggest me which Function can I use to achieve the task?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,127 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Cerulean 6 Reputation points
    2019-12-10T09:23:26.73+00:00

    Use webhook action for alert when new instances is provisioned to install the antivirus.

    You can either place the action to install the package when alert is received on new instance is created.
    Or you can use a logic app as when when an alert is generated for a new instance creation to install the antivirus.

    1 person found this answer helpful.