Create a load balancer to manage the
distribution of requests to your two Remote Engines.
For more information,
see the Azure Load Balancer documentation.
Before you begin
You have the relevant rights on Microsoft Azure.
Procedure
Log in to Microsoft Azure and open the Load balancers
service.
Click Add.
In the Project details
section, select your subscription and resource group.
Configure the Instance details section with the relevant
details:
Example
Parameter
Value
Name
Enter a name for the load balancer, for example
DemoREST-LB.
Region
Select the relevant region, (Europe) West
Europe for example.
Type
Select Public to balance traffic
originating from public IP addresses.
SKU
Select Standard to create a
secure load balancer.
Information noteNote: Make sure that it matches the
SKU defined in your virtual machines.
Configure the Public IP address section:
Example
Parameter
Value
Public IP address
Select Create new.
Public IP address name
Enter a name for the IP address,
DemoREST-PublicIP for example.
Availability zone
Select Zone-redundant to create a resilient load
balancer.
Add a public IPv6 address
Select No.
Click Review + create.
Example
Make sure that your configuration is correct and click Create.
Results
Your load balancer is created. Once it is deployed, you can create the required
resources.