Forum Discussion
godwin daniel
Aug 22, 2018Brass Contributor
How to Modify application hosted by virtual machine scale sets
This is a hypothetical question as I am just doing my prep for azure cert. Suppose I have a web application front end hosted on a scale set, I set the minimum number of machines to 2 which gives me ...
- Sep 22, 2018
Also, it is recommended that the App deploy/Update is managed by Azure Custom Scriptr Extension. By updating the CSE url, all the VMs in the Scale Set will be automatically update to the latest according to update policy.
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-install-apps-cli
Huiyu Wang
Sep 22, 2018Copper Contributor
Also, it is recommended that the App deploy/Update is managed by Azure Custom Scriptr Extension. By updating the CSE url, all the VMs in the Scale Set will be automatically update to the latest according to update policy.
https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-install-apps-cli