We are using Azure Resource Manager(ARM) to create virtual machines. We have a scenario where we want a set of load-balanced VMs to be exposed both via Azure internet facing load balancer as well as Azure internal load balancer.
Can Azure NICs participate in multiple load balancers (preferably one internal and other external)?
Alternately, Is it possible to add multiple(two in this case) NICs to a VM and then associate these NICs with separate load balancers(one internal and other external)?