how to migrate virtual machine scale set in windows azure (asp.net) -
i'm working on web app , want migrate web app virtual machine scale set in windows azure cloud,i'm new cloud computing ,till didn't got proper tutorial virtual machine scale set,please this
a few things consider..
- you build custom vm contains complete app, or use vm extensions deploy app on platform image each time new vm in scale set deployed. see: https://msftstack.wordpress.com/2016/04/20/deploying-applications-in-azure-vm-scale-sets/ thoughts on this. might depend on how need install on base image, , how fast want scaling be.
- do need autoscale based on resource usage or plan manually increase/decrease number of vms in set? see https://azure.microsoft.com/en-us/documentation/articles/virtual-machine-scale-sets-windows-autoscale/
- a way started scale sets deploy existing template directly azure quick start templates. @ https://github.com/azure/azure-quickstart-templates , search vmss. these templates give idea of of options have.
- to learn basics vm scale sets, start documentation page: https://azure.microsoft.com/documentation/services/virtual-machine-scale-sets/ , ga announcement: https://azure.microsoft.com/en-us/blog/azure-virtual-machine-scale-sets-ga/
- also @ higher level services azure web app service if haven't already, advantage of higher level service of basic web app operations taken care of you: https://azure.microsoft.com/en-us/services/app-service/web/
Comments
Post a Comment