I am having a file in one of the VM in Azure. I want that file to be placed in all the VM's in VM Scale set.
I tried with multiple Azure CLI command as such az vmss run-command, but it provides an option to execute a command inside the VM's in VMSS.
I am expecting an option apart from scp or ssh, Since both the option would require more effort to copy the files, and also the client(Machine where the source file is residing) need to know the information about the VM's in VMSS.