Suppose Ive created a scale set from an image, which has 5 VM's in it.
Now suppose i have an update for my application, how do i push this update, such that the image is updated with the latest application code and the updates is pushed to all the Current Running Vm's in the ScaleSet, also next time ScaleSet brings up new vm's it would do so using the updated IMAGE
Thank You