Currently I've two VirtualMachines in ARM which are connected to an External Load Balancer on port TCP/80 succesfully.
Additionally I want to add an Internal Load Balancer and point this ILB to the same two VirtualMachines with the same port (TCP/80).
Adding the Load Balancing Rule for the ILB results in the following error, it seems to me that two load balancing rules (internal and external) pointing to the same VirtualMachines and Port (TCP/80) is not possible.
Can anyone confirm this, or do you think this should be possible?
Failed to save load balancer rule
Description
Failed to save load balancer rule 'lbr03'. Error: RulesUseSameBackendPortProtocolAndIPConfig: Load balancer rules /subscriptions/XXXXX/resourceGroups/rg-rds01/providers/Microsoft.Network/loadBalancers/lb01/loadBalancingRules/lbr02 and /subscriptions/XXXXX/resourceGroups/rg-rds01/providers/Microsoft.Network/loadBalancers/lb02/loadBalancingRules/lbr03
use the same backend port (80) and protocol (Tcp), and must not be used with the same backend ip (/subscriptions/XXXX/resourceGroups/rg-rds01/providers/Microsoft.Network/networkInterfaces/vm02-nic01/ipConfigurations/ipconfig1).
Status
Error