This message was deleted.
# azure
s
This message was deleted.
o
Manual says that NICs have to reference individual inbound NAT rules. Can't figure out how, as NetworkInterface has no such an Input...
Figured it out, NIC should have:
IpConfigurations =
                
{
                    
new NetworkInterfaceIPConfigurationArgs
                    
{
                        
Name = "Ipconfig1",
                        
//...
                        
LoadBalancerInboundNatRules = lb_rule
                    
}