I have multiple Azure VMs (Classic) running and want to copy a setup.exe as result of a TFS build process to these VMs. Since the setup is about 800MB in size I don't want to copy it x times for every VM. What is the best practice to copy it only once and then distribute it to all VMs?