I need an advice re Azure load balancer. First of all current status
- We have a virtual machine with IIS7 which runs 10 different websites. We use godaddy for domain management. Each of urls are pointed to the virtual machine IP address via A record.
Future plans
We want to make our websites more robust by adding one more virtual machine which will be a backup if something goes wrong with the main machine. Literally we are planing to keep second machine shut down and run it only if the main machine goes off (for any reason).
I'm thinking to achieve this via Azure load balancer. I founded a few tutorials which explain creating load balancer but haven't managed to find any info how to point existing url to load balancer.
Or to re phrase my question which IP address will the load balancer have? The main virtual machine or?
Thanks