Windows Services on Azure Virtual Machines with Availability Sets -
i have few (around 10) windows services on existing environment. planning migrate azure following.
- host our database on azure sql database.
- install 10 windows services in azure virtual machine. please note these windows services bulk inserts azure sql databases.
- take 2 instances of vm (specified in #2 above) , configure them in availability set avail sla.
i have 2 questions.
- do need install 10 services both vms?
- will not reduntant running windows services in both vms? so, bulk inserts duplicated azure sql databases.
please let me know if thinking in right direction or there alternate methods (like worker roles) of utilizing existing windows services on azure minimum or no changes?
it looks like, got answer question. when there 2 vms in given availability set, 1 , running. other vm come picture when primary vm down.
thanks, prawin
Comments
Post a Comment