Hi,
I have a situation that I would like to know how to update a VM instance (as a master) and deploy to other instances.
Also, if I install DBMS on a VM (localhost) and install my app to that. It is ready to deploy to VMSS.
However, if user connect it via loadbalancer. My question is the database that has been changed in VM instance1, it will be automatically updated to VM instance 2 or not? and if I woud like to update source code in VMSS, How can I do?