I have setup a LB with a backend pool (only one host for test). I setup network security group on test host with following rule:
Source: AzureLoadBalancer Destination: Any Action: Allow
Source: VirtualNetwork Destination: VirtualNetwork Action: Allow
Source: Any Destination: Any Action: Deny
I can't connect to host through LB (from host in the same VNET). It's a public LB and I try to connect through ip public.
If I setup a rule Source: Any Destination: Any Action: Allow
All work fine.
Of course, I don't want this rule.
What's wrong with my setup ?
Thanks.