An Azure Internal Load Balancer must be deployed to monitor the health of the LoadMasters and direct traffic accordingly.

There are several settings that need to be configured to provide the high availability of the LoadMasters:

  • Create a back-end address pool and add the LoadMasters to the pool.
  • Create Inbound NAT rules to direct traffic to the appropriate LoadMaster.
  • Create a Probe to monitor the health of the LoadMasters.
  • Create Load Balancing Rules to allow the necessary traffic.

Refer to the sections below for further information on each of these.

The following procedure describes how to set up an Azure Load Balancer from the Microsoft Azure portal:

Note: The steps in this document reflect the steps in the Azure Marketplace (http://portal.azure.com).

To deploy a new load balancer, follow the steps below:

  1. From the Azure Management Portal dashboard, click Create a resource.

  2. Enter Load Balancer in the search bar and press Enter on your keyboard.

  3. Click Create and click Load Balancer.

  4. Under Project details, complete the following fields:
    1. Select the Azure Subscription.
    2. Select the existing Resource Group used to deploy the LoadMasters.

  5. Under Instance details, complete the following fields:
    1. Enter a Name for the load balancer.
    2. Select the Azure Region used to deploy the LoadMasters.
    3. Select the relevant SKU for the load balancer.
      Note: Microsoft recommends the Standard SKU for production workloads.
    4. Select the Type of load balancer determined by Public access or Internal only.
    5. Select the Tier of load balancer ( Regional or Global).

  6. Click Next: Frontend IP configuration.

  7. Under Frontend IP configuration, click Add a frontend IP configuration.

    1. Enter a Name for the frontend IP address.
    2. Select either IPv4 or IPv6 as the IP version.
    3. Select IP address as the IP type.
    4. Create a new Public IP address or select an existing one from the drop-down list.
      Note: Select either Dynamic or provide a Static IP Assignment if creating a new Public IP address.
    5. Click OK.
    6. Click Add.
  8. Click Next: Backend pools.
  9. Refer to the next section for details on setting up a backend pool.