I have to set up a database on an Virtual Machine on a Scale Set, for scalability. This database will update itself every 30 sec from an external source and it will be then used (read only) internally in Azure by other virtual machines. What I'm asking is this: How are new VMs created in a Scale set? Are they created from a STATIC image or are they create froma MASTER VM in the scale set that I can update? If a new instance of the VM is created will it have the "latest" version of the most updated VM that's already up?
Thanks in advance