I am learning VMSS and have two general questions for my understanding.
Q1 : How new virtual machines gets provisioned in the VMSS?
- Does it clone the existing VM from VMSS or use Image every time to provision a new VM?
. If it clone existing VM from VMSS then which VM out of the existing VM’s it clone?
. If it provision new VM from the image then in the case of platform image, do I need to install web server and other changes every time because I do not have a requirement to use a custom image?
- How to make changes to the VM’s in VMSS?
. If I need to modify web server settings then how do I make the same settings on the other VM’s in VMSS?