Create Azure load balancing for existing virtual machines in the Azure Preview Portal

I wouldn’t ask such questions at SO at all, but my patience ended because I lost a day on this. Does anyone know how on earth someone can create a simple load balancer to load the balance of two existing virtual machines. Virtual machines are rabbit MQ, and I need to install a load balancer to distribute traffic accordingly.

I wish I could give generosity to anyone who helps.

thanks

+5
source share
1 answer

In your resource group, click "+ Create" to add a new resource, and then search for "Load Balancing."

I just tested, it works:

azure load balancer

Once created, you can configure it to create load balancing rules (and target your virtual machines).

Hope this helps,

Julien

+2
source

Source: https://habr.com/ru/post/1245496/


All Articles